Html Css Color HEX #CB77DC Orchid

📋 copy color: '#CB77DC'

red 203 ◦ green 119 ◦ blue 220

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

Shades of Orchid #CB77DC

Tints of Orchid #CB77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.96%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 37.45%
G = 21.96%
B = 40.59%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB77DC (or 0xCB77DC) is known color: Orchid. HEX triplet: CB, 77 and DC. RGB value is (203,119,220). Sum of RGB (Red+Green+Blue) = 203+119+220=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77DC is #348823. Grayscale: #9B9B9B. Windows color (decimal): -3442724 or 14448587. OLE color: 14448587.

HSL color Cylindrical-coordinate representation of color #CB77DC: hue angle of 289.9º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CB77DC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 119 220 -
CMYK 0.08 0.46 0 0.14
HSL 289.9º 0.59% 0.66% -
HSV(B) 289.9º 0.46% 0.86% -
XYZ 44.14 31.06 71.38 -
YUV 155.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 203 119 220 0.08 0.46 0 0.14 289.9 0.59 0.66
Hex CB 77 DC 8 2E 0 E 122 3B 42
Octal 313 167 334 10 56 0 16 442 73 102
Binary 11001011 1110111 11011100 1000 101110 0 1110 100100010 111011 1000010

Color Harmonies of #CB77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77DC

Black with #CB77DC

Text Example


Text Example

White with #CB77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77DC; }

 p { color: rgb(203,119,220); }

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

background-color css

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

 a { background-color: rgb(203,119,220); }

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

border-color css

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

 span { border-color: rgb(203,119,220); }

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