Html Css Color HEX #CC79DC Orchid

📋 copy color: '#CC79DC'

red 204 ◦ green 121 ◦ blue 220

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

Shades of Orchid #CC79DC

Tints of Orchid #CC79DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.2%

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

R = 37.43%
G = 22.2%
B = 40.37%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC79DC (or 0xCC79DC) is known color: Orchid. HEX triplet: CC, 79 and DC. RGB value is (204,121,220). Sum of RGB (Red+Green+Blue) = 204+121+220=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79DC is #338623. Grayscale: #9C9C9C. Windows color (decimal): -3376676 or 14449100. OLE color: 14449100.

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

Color convert

RGB 204 121 220 -
CMYK 0.07 0.45 0 0.14
HSL 290.3º 0.59% 0.67% -
HSV(B) 290.3º 0.45% 0.86% -
XYZ 44.66 31.68 71.47 -
YUV 157.1 163.5 161.45 -
System Red Green Blue C M Y K H S L
Decimal 204 121 220 0.07 0.45 0 0.14 290.3 0.59 0.67
Hex CC 79 DC 7 2D 0 E 122 3B 43
Octal 314 171 334 7 55 0 16 442 73 103
Binary 11001100 1111001 11011100 111 101101 0 1110 100100010 111011 1000011

Color Harmonies of #CC79DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79DC

Black with #CC79DC

Text Example


Text Example

White with #CC79DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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