Html Css Color HEX #CC79B6 Orchid

📋 copy color: '#CC79B6'

red 204 ◦ green 121 ◦ blue 182

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

Shades of Orchid #CC79B6

Tints of Orchid #CC79B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 40.24%
G = 23.87%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CC79B6 (or 0xCC79B6) is known color: Orchid. HEX triplet: CC, 79 and B6. RGB value is (204,121,182). Sum of RGB (Red+Green+Blue) = 204+121+182=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B6 is #338649. Grayscale: #989898. Windows color (decimal): -3376714 or 11958732. OLE color: 11958732.

HSL color Cylindrical-coordinate representation of color #CC79B6: hue angle of 315.9º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC79B6 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 182 -
CMYK 0 0.41 0.11 0.2
HSL 315.9º 0.45% 0.64% -
HSV(B) 315.9º 0.41% 0.8% -
XYZ 40.18 29.89 47.91 -
YUV 152.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 204 121 182 0 0.41 0.11 0.2 315.9 0.45 0.64
Hex CC 79 B6 0 29 B 14 13C 2D 40
Octal 314 171 266 0 51 13 24 474 55 100
Binary 11001100 1111001 10110110 0 101001 1011 10100 100111100 101101 1000000

Color Harmonies of #CC79B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79B6

Black with #CC79B6

Text Example


Text Example

White with #CC79B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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