Html Css Color HEX #CC77DC Orchid

📋 copy color: '#CC77DC'

red 204 ◦ green 119 ◦ blue 220

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

Shades of Orchid #CC77DC

Tints of Orchid #CC77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 37.57%
G = 21.92%
B = 40.52%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC77DC (or 0xCC77DC) is known color: Orchid. HEX triplet: CC, 77 and DC. RGB value is (204,119,220). Sum of RGB (Red+Green+Blue) = 204+119+220=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC77DC is #338823. Grayscale: #9B9B9B. Windows color (decimal): -3377188 or 14448588. OLE color: 14448588.

HSL color Cylindrical-coordinate representation of color #CC77DC: hue angle of 290.5º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC77DC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 119 220 -
CMYK 0.07 0.46 0 0.14
HSL 290.5º 0.59% 0.66% -
HSV(B) 290.5º 0.46% 0.86% -
XYZ 44.42 31.2 71.39 -
YUV 155.93 164.16 162.29 -
System Red Green Blue C M Y K H S L
Decimal 204 119 220 0.07 0.46 0 0.14 290.5 0.59 0.66
Hex CC 77 DC 7 2E 0 E 122 3B 42
Octal 314 167 334 7 56 0 16 442 73 102
Binary 11001100 1110111 11011100 111 101110 0 1110 100100010 111011 1000010

Color Harmonies of #CC77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77DC

Black with #CC77DC

Text Example


Text Example

White with #CC77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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