Html Css Color HEX #CB76CB Orchid

📋 copy color: '#CB76CB'

red 203 ◦ green 118 ◦ blue 203

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

Shades of Orchid #CB76CB

Tints of Orchid #CB76CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 38.74%
G = 22.52%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB76CB (or 0xCB76CB) is known color: Orchid. HEX triplet: CB, 76 and CB. RGB value is (203,118,203). Sum of RGB (Red+Green+Blue) = 203+118+203=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76CB is #348934. Grayscale: #989898. Windows color (decimal): -3442997 or 13334219. OLE color: 13334219.

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

Color convert

RGB 203 118 203 -
CMYK 0 0.42 0 0.20
HSL 300º 0.45% 0.63% -
HSV(B) 300º 0.42% 0.8% -
XYZ 41.89 29.97 60.08 -
YUV 153.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 203 118 203 0 0.42 0 0.20 300 0.45 0.63
Hex CB 76 CB 0 2A 0 14 12C 2D 3F
Octal 313 166 313 0 52 0 24 454 55 77
Binary 11001011 1110110 11001011 0 101010 0 10100 100101100 101101 111111

Color Harmonies of #CB76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76CB

Black with #CB76CB

Text Example


Text Example

White with #CB76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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