Html Css Color HEX #CB76CC Orchid

📋 copy color: '#CB76CC'

red 203 ◦ green 118 ◦ blue 204

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

Shades of Orchid #CB76CC

Tints of Orchid #CB76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 38.67%
G = 22.48%
B = 38.86%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB76CC (or 0xCB76CC) is known color: Orchid. HEX triplet: CB, 76 and CC. RGB value is (203,118,204). Sum of RGB (Red+Green+Blue) = 203+118+204=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76CC is #348933. Grayscale: #989898. Windows color (decimal): -3442996 or 13399755. OLE color: 13399755.

HSL color Cylindrical-coordinate representation of color #CB76CC: hue angle of 299.3º degrees, saturation: 0.46, 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 #CB76CC is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 118 204 -
CMYK 0.00 0.42 0 0.2
HSL 299.3º 0.46% 0.63% -
HSV(B) 299.3º 0.42% 0.8% -
XYZ 42.01 30.01 60.71 -
YUV 153.22 156.66 163.51 -
System Red Green Blue C M Y K H S L
Decimal 203 118 204 0.00 0.42 0 0.2 299.3 0.46 0.63
Hex CB 76 CC 0 2A 0 14 12B 2E 3F
Octal 313 166 314 0 52 0 24 453 56 77
Binary 11001011 1110110 11001100 0 101010 0 10100 100101011 101110 111111

Color Harmonies of #CB76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76CC

Black with #CB76CC

Text Example


Text Example

White with #CB76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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