Html Css Color HEX #CB77B6 Orchid

📋 copy color: '#CB77B6'

red 203 ◦ green 119 ◦ blue 182

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

Shades of Orchid #CB77B6

Tints of Orchid #CB77B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.11%

R = 40.28%
G = 23.61%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CB77B6 (or 0xCB77B6) is known color: Orchid. HEX triplet: CB, 77 and B6. RGB value is (203,119,182). Sum of RGB (Red+Green+Blue) = 203+119+182=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77B6 is #348849. Grayscale: #979797. Windows color (decimal): -3442762 or 11958219. OLE color: 11958219.

HSL color Cylindrical-coordinate representation of color #CB77B6: hue angle of 315º 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 #CB77B6 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 119 182 -
CMYK 0 0.41 0.10 0.20
HSL 315º 0.45% 0.63% -
HSV(B) 315º 0.41% 0.8% -
XYZ 39.67 29.27 47.81 -
YUV 151.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 203 119 182 0 0.41 0.10 0.20 315 0.45 0.63
Hex CB 77 B6 0 29 A 14 13B 2D 3F
Octal 313 167 266 0 51 12 24 473 55 77
Binary 11001011 1110111 10110110 0 101001 1010 10100 100111011 101101 111111

Color Harmonies of #CB77B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB77B6

Black with #CB77B6

Text Example


Text Example

White with #CB77B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB77B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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