Html Css Color HEX #CC77CB Orchid

📋 copy color: '#CC77CB'

red 204 ◦ green 119 ◦ blue 203

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

Shades of Orchid #CC77CB

Tints of Orchid #CC77CB

RGB

 RED value IS 204 (80.08% from 255) = 38.78%

 GREEN value IS 119 (46.88% from 255) = 22.62%

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

R = 38.78%
G = 22.62%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC77CB (or 0xCC77CB) is known color: Orchid. HEX triplet: CC, 77 and CB. RGB value is (204,119,203). Sum of RGB (Red+Green+Blue) = 204+119+203=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77CB is #338834. Grayscale: #999999. Windows color (decimal): -3377205 or 13334476. OLE color: 13334476.

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

Color convert

RGB 204 119 203 -
CMYK 0 0.42 0.00 0.2
HSL 300.71º 0.45% 0.63% -
HSV(B) 300.71º 0.42% 0.8% -
XYZ 42.28 30.34 60.13 -
YUV 153.99 155.66 163.67 -
System Red Green Blue C M Y K H S L
Decimal 204 119 203 0 0.42 0.00 0.2 300.71 0.45 0.63
Hex CC 77 CB 0 2A 0 14 12D 2D 3F
Octal 314 167 313 0 52 0 24 455 55 77
Binary 11001100 1110111 11001011 0 101010 0 10100 100101101 101101 111111

Color Harmonies of #CC77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77CB

Black with #CC77CB

Text Example


Text Example

White with #CC77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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