Html Css Color HEX #CC77BC Orchid

📋 copy color: '#CC77BC'

red 204 ◦ green 119 ◦ blue 188

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

Shades of Orchid #CC77BC

Tints of Orchid #CC77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 39.92%
G = 23.29%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC77BC (or 0xCC77BC) is known color: Orchid. HEX triplet: CC, 77 and BC. RGB value is (204,119,188). Sum of RGB (Red+Green+Blue) = 204+119+188=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77BC is #338843. Grayscale: #989898. Windows color (decimal): -3377220 or 12351436. OLE color: 12351436.

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

Color convert

RGB 204 119 188 -
CMYK 0 0.42 0.08 0.2
HSL 311.29º 0.45% 0.63% -
HSV(B) 311.29º 0.42% 0.8% -
XYZ 40.58 29.66 51.16 -
YUV 152.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 204 119 188 0 0.42 0.08 0.2 311.29 0.45 0.63
Hex CC 77 BC 0 2A 8 14 137 2D 3F
Octal 314 167 274 0 52 10 24 467 55 77
Binary 11001100 1110111 10111100 0 101010 1000 10100 100110111 101101 111111

Color Harmonies of #CC77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77BC

Black with #CC77BC

Text Example


Text Example

White with #CC77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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