Html Css Color HEX #CC79DE Orchid

📋 copy color: '#CC79DE'

red 204 ◦ green 121 ◦ blue 222

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

Shades of Orchid #CC79DE

Tints of Orchid #CC79DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.59%

R = 37.29%
G = 22.12%
B = 40.59%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC79DE (or 0xCC79DE) is known color: Orchid. HEX triplet: CC, 79 and DE. RGB value is (204,121,222). Sum of RGB (Red+Green+Blue) = 204+121+222=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC79DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79DE is #338621. Grayscale: #9D9D9D. Windows color (decimal): -3376674 or 14580172. OLE color: 14580172.

HSL color Cylindrical-coordinate representation of color #CC79DE: hue angle of 289.31º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC79DE is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 121 222 -
CMYK 0.08 0.45 0 0.13
HSL 289.31º 0.6% 0.67% -
HSV(B) 289.31º 0.45% 0.87% -
XYZ 44.92 31.79 72.87 -
YUV 157.33 164.5 161.29 -
System Red Green Blue C M Y K H S L
Decimal 204 121 222 0.08 0.45 0 0.13 289.31 0.6 0.67
Hex CC 79 DE 8 2D 0 D 121 3C 43
Octal 314 171 336 10 55 0 15 441 74 103
Binary 11001100 1111001 11011110 1000 101101 0 1101 100100001 111100 1000011

Color Harmonies of #CC79DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79DE

Black with #CC79DE

Text Example


Text Example

White with #CC79DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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