Html Css Color HEX #CB76C6 Orchid

📋 copy color: '#CB76C6'

red 203 ◦ green 118 ◦ blue 198

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

Shades of Orchid #CB76C6

Tints of Orchid #CB76C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 39.11%
G = 22.74%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB76C6 (or 0xCB76C6) is known color: Orchid. HEX triplet: CB, 76 and C6. RGB value is (203,118,198). Sum of RGB (Red+Green+Blue) = 203+118+198=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76C6 is #348939. Grayscale: #989898. Windows color (decimal): -3443002 or 13006539. OLE color: 13006539.

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

Color convert

RGB 203 118 198 -
CMYK 0 0.42 0.02 0.20
HSL 303.53º 0.45% 0.63% -
HSV(B) 303.53º 0.42% 0.8% -
XYZ 41.3 29.73 56.99 -
YUV 152.54 153.66 164 -
System Red Green Blue C M Y K H S L
Decimal 203 118 198 0 0.42 0.02 0.20 303.53 0.45 0.63
Hex CB 76 C6 0 2A 2 14 130 2D 3F
Octal 313 166 306 0 52 2 24 460 55 77
Binary 11001011 1110110 11000110 0 101010 10 10100 100110000 101101 111111

Color Harmonies of #CB76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76C6

Black with #CB76C6

Text Example


Text Example

White with #CB76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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