Html Css Color HEX #CB47E6 Medium Orchid

📋 copy color: '#CB47E6'

red 203 ◦ green 71 ◦ blue 230

#CB47E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CB47E6

Tints of Medium Orchid #CB47E6

RGB

 RED value IS 203 (79.69% from 255) = 40.28%

 GREEN value IS 71 (28.13% from 255) = 14.09%

 BLUE value IS 230 (90.23% from 255) = 45.63%

R = 40.28%
G = 14.09%
B = 45.63%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB47E6 (or 0xCB47E6) is known color: Medium Orchid. HEX triplet: CB, 47 and E6. RGB value is (203,71,230). Sum of RGB (Red+Green+Blue) = 203+71+230=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 230 (90.23% from 255 or 45.63% from 504); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB47E6 is #34B819. Grayscale: #808080. Windows color (decimal): -3455002 or 15091659. OLE color: 15091659.

HSL color Cylindrical-coordinate representation of color #CB47E6: hue angle of 289.81º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB47E6 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 71 230 -
CMYK 0.12 0.69 0 0.10
HSL 289.81º 0.76% 0.59% -
HSV(B) 289.81º 0.69% 0.9% -
XYZ 41.16 22.92 77.12 -
YUV 128.59 185.23 181.07 -
System Red Green Blue C M Y K H S L
Decimal 203 71 230 0.12 0.69 0 0.10 289.81 0.76 0.59
Hex CB 47 E6 C 45 0 A 122 4C 3B
Octal 313 107 346 14 105 0 12 442 114 73
Binary 11001011 1000111 11100110 1100 1000101 0 1010 100100010 1001100 111011

Color Harmonies of #CB47E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47E6

Black with #CB47E6

Text Example


Text Example

White with #CB47E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47E6; }

 p { color: rgb(203,71,230); }

 H1.HeaderClassName
 {
   color: #CB47E6;
 }
 .AnyTagClassName
 {
   color: #CB47E6;
 }
</style>

background-color css

<style>
 a { background-color: #CB47E6; }

 a { background-color: rgb(203,71,230); }

 div.DivClassName
 {
   background-color: #CB47E6;
 }
 .BgClassName
 {
   background-color: #CB47E6;
 }
</style>

border-color css

<style>
 span { border-color: #CB47E6; }

 span { border-color: rgb(203,71,230); }

 td.TdClassName
 {
   border-color: #CB47E6;
 }
 .TagClassName
 {
   border-color: #CB47E6;
 }
</style>