Html Css Color HEX #CB76B5 Orchid

📋 copy color: '#CB76B5'

red 203 ◦ green 118 ◦ blue 181

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

Shades of Orchid #CB76B5

Tints of Orchid #CB76B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 40.44%
G = 23.51%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#CB76B5 (or 0xCB76B5) is known color: Orchid. HEX triplet: CB, 76 and B5. RGB value is (203,118,181). Sum of RGB (Red+Green+Blue) = 203+118+181=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76B5 is #34894A. Grayscale: #969696. Windows color (decimal): -3443019 or 11892427. OLE color: 11892427.

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

Color convert

RGB 203 118 181 -
CMYK 0 0.42 0.11 0.20
HSL 315.53º 0.45% 0.63% -
HSV(B) 315.53º 0.42% 0.8% -
XYZ 39.45 28.99 47.23 -
YUV 150.6 145.16 165.38 -
System Red Green Blue C M Y K H S L
Decimal 203 118 181 0 0.42 0.11 0.20 315.53 0.45 0.63
Hex CB 76 B5 0 2A B 14 13C 2D 3F
Octal 313 166 265 0 52 13 24 474 55 77
Binary 11001011 1110110 10110101 0 101010 1011 10100 100111100 101101 111111

Color Harmonies of #CB76B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76B5

Black with #CB76B5

Text Example


Text Example

White with #CB76B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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