Html Css Color HEX #CC79CE Orchid

📋 copy color: '#CC79CE'

red 204 ◦ green 121 ◦ blue 206

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

Shades of Orchid #CC79CE

Tints of Orchid #CC79CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 38.42%
G = 22.79%
B = 38.79%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC79CE (or 0xCC79CE) is known color: Orchid. HEX triplet: CC, 79 and CE. RGB value is (204,121,206). Sum of RGB (Red+Green+Blue) = 204+121+206=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC79CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79CE is #338631. Grayscale: #9B9B9B. Windows color (decimal): -3376690 or 13531596. OLE color: 13531596.

HSL color Cylindrical-coordinate representation of color #CC79CE: hue angle of 298.59º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79CE is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 121 206 -
CMYK 0.01 0.41 0 0.19
HSL 298.59º 0.46% 0.64% -
HSV(B) 298.59º 0.41% 0.81% -
XYZ 42.88 30.97 62.11 -
YUV 155.51 156.5 162.59 -
System Red Green Blue C M Y K H S L
Decimal 204 121 206 0.01 0.41 0 0.19 298.59 0.46 0.64
Hex CC 79 CE 1 29 0 13 12B 2E 40
Octal 314 171 316 1 51 0 23 453 56 100
Binary 11001100 1111001 11001110 1 101001 0 10011 100101011 101110 1000000

Color Harmonies of #CC79CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79CE

Black with #CC79CE

Text Example


Text Example

White with #CC79CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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