Html Css Color HEX #CC79D8 Orchid

📋 copy color: '#CC79D8'

red 204 ◦ green 121 ◦ blue 216

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

Shades of Orchid #CC79D8

Tints of Orchid #CC79D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.93%

R = 37.71%
G = 22.37%
B = 39.93%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC79D8 (or 0xCC79D8) is known color: Orchid. HEX triplet: CC, 79 and D8. RGB value is (204,121,216). Sum of RGB (Red+Green+Blue) = 204+121+216=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79D8 is #338627. Grayscale: #9C9C9C. Windows color (decimal): -3376680 or 14186956. OLE color: 14186956.

HSL color Cylindrical-coordinate representation of color #CC79D8: hue angle of 292.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC79D8 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 121 216 -
CMYK 0.06 0.44 0 0.15
HSL 292.42º 0.55% 0.66% -
HSV(B) 292.42º 0.44% 0.85% -
XYZ 44.13 31.47 68.71 -
YUV 156.65 161.5 161.78 -
System Red Green Blue C M Y K H S L
Decimal 204 121 216 0.06 0.44 0 0.15 292.42 0.55 0.66
Hex CC 79 D8 6 2C 0 F 124 37 42
Octal 314 171 330 6 54 0 17 444 67 102
Binary 11001100 1111001 11011000 110 101100 0 1111 100100100 110111 1000010

Color Harmonies of #CC79D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79D8

Black with #CC79D8

Text Example


Text Example

White with #CC79D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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