Html Css Color HEX #CB76BB Orchid

📋 copy color: '#CB76BB'

red 203 ◦ green 118 ◦ blue 187

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

Shades of Orchid #CB76BB

Tints of Orchid #CB76BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.23%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 39.96%
G = 23.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CB76BB (or 0xCB76BB) is known color: Orchid. HEX triplet: CB, 76 and BB. RGB value is (203,118,187). Sum of RGB (Red+Green+Blue) = 203+118+187=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BB is #348944. Grayscale: #979797. Windows color (decimal): -3443013 or 12285643. OLE color: 12285643.

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

Color convert

RGB 203 118 187 -
CMYK 0 0.42 0.08 0.20
HSL 311.29º 0.45% 0.63% -
HSV(B) 311.29º 0.42% 0.8% -
XYZ 40.08 29.24 50.55 -
YUV 151.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 203 118 187 0 0.42 0.08 0.20 311.29 0.45 0.63
Hex CB 76 BB 0 2A 8 14 137 2D 3F
Octal 313 166 273 0 52 10 24 467 55 77
Binary 11001011 1110110 10111011 0 101010 1000 10100 100110111 101101 111111

Color Harmonies of #CB76BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76BB

Black with #CB76BB

Text Example


Text Example

White with #CB76BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76BB; }

 p { color: rgb(203,118,187); }

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

background-color css

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

 a { background-color: rgb(203,118,187); }

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

border-color css

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

 span { border-color: rgb(203,118,187); }

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