Html Css Color HEX #CC77CA Orchid

📋 copy color: '#CC77CA'

red 204 ◦ green 119 ◦ blue 202

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

Shades of Orchid #CC77CA

Tints of Orchid #CC77CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 38.86%
G = 22.67%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC77CA (or 0xCC77CA) is known color: Orchid. HEX triplet: CC, 77 and CA. RGB value is (204,119,202). Sum of RGB (Red+Green+Blue) = 204+119+202=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77CA is #338835. Grayscale: #999999. Windows color (decimal): -3377206 or 13268940. OLE color: 13268940.

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

Color convert

RGB 204 119 202 -
CMYK 0 0.42 0.01 0.2
HSL 301.41º 0.45% 0.63% -
HSV(B) 301.41º 0.42% 0.8% -
XYZ 42.16 30.3 59.5 -
YUV 153.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 204 119 202 0 0.42 0.01 0.2 301.41 0.45 0.63
Hex CC 77 CA 0 2A 1 14 12D 2D 3F
Octal 314 167 312 0 52 1 24 455 55 77
Binary 11001100 1110111 11001010 0 101010 1 10100 100101101 101101 111111

Color Harmonies of #CC77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77CA

Black with #CC77CA

Text Example


Text Example

White with #CC77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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