Html Css Color HEX #CB76C8 Orchid

📋 copy color: '#CB76C8'

red 203 ◦ green 118 ◦ blue 200

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

Shades of Orchid #CB76C8

Tints of Orchid #CB76C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.39%

R = 38.96%
G = 22.65%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CB76C8 (or 0xCB76C8) is known color: Orchid. HEX triplet: CB, 76 and C8. RGB value is (203,118,200). Sum of RGB (Red+Green+Blue) = 203+118+200=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76C8 is #348937. Grayscale: #989898. Windows color (decimal): -3443000 or 13137611. OLE color: 13137611.

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

Color convert

RGB 203 118 200 -
CMYK 0 0.42 0.01 0.20
HSL 302.12º 0.45% 0.63% -
HSV(B) 302.12º 0.42% 0.8% -
XYZ 41.53 29.82 58.21 -
YUV 152.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 203 118 200 0 0.42 0.01 0.20 302.12 0.45 0.63
Hex CB 76 C8 0 2A 1 14 12E 2D 3F
Octal 313 166 310 0 52 1 24 456 55 77
Binary 11001011 1110110 11001000 0 101010 1 10100 100101110 101101 111111

Color Harmonies of #CB76C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76C8

Black with #CB76C8

Text Example


Text Example

White with #CB76C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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