Html Css Color HEX #CB77C9 Orchid

📋 copy color: '#CB77C9'

red 203 ◦ green 119 ◦ blue 201

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

Shades of Orchid #CB77C9

Tints of Orchid #CB77C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 38.43%

R = 38.81%
G = 22.75%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB77C9 (or 0xCB77C9) is known color: Orchid. HEX triplet: CB, 77 and C9. RGB value is (203,119,201). Sum of RGB (Red+Green+Blue) = 203+119+201=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77C9 is #348836. Grayscale: #999999. Windows color (decimal): -3442743 or 13203403. OLE color: 13203403.

HSL color Cylindrical-coordinate representation of color #CB77C9: hue angle of 301.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CB77C9 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 201 -
CMYK 0 0.41 0.01 0.20
HSL 301.43º 0.45% 0.63% -
HSV(B) 301.43º 0.41% 0.8% -
XYZ 41.77 30.11 58.87 -
YUV 153.46 154.83 163.33 -
System Red Green Blue C M Y K H S L
Decimal 203 119 201 0 0.41 0.01 0.20 301.43 0.45 0.63
Hex CB 77 C9 0 29 1 14 12D 2D 3F
Octal 313 167 311 0 51 1 24 455 55 77
Binary 11001011 1110111 11001001 0 101001 1 10100 100101101 101101 111111

Color Harmonies of #CB77C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77C9

Black with #CB77C9

Text Example


Text Example

White with #CB77C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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