Html Css Color HEX #CC79B7 Orchid

📋 copy color: '#CC79B7'

red 204 ◦ green 121 ◦ blue 183

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

Shades of Orchid #CC79B7

Tints of Orchid #CC79B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.02%

R = 40.16%
G = 23.82%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC79B7 (or 0xCC79B7) is known color: Orchid. HEX triplet: CC, 79 and B7. RGB value is (204,121,183). Sum of RGB (Red+Green+Blue) = 204+121+183=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B7 is #338648. Grayscale: #989898. Windows color (decimal): -3376713 or 12024268. OLE color: 12024268.

HSL color Cylindrical-coordinate representation of color #CC79B7: hue angle of 315.18º 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 #CC79B7 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 121 183 -
CMYK 0 0.41 0.10 0.2
HSL 315.18º 0.45% 0.64% -
HSV(B) 315.18º 0.41% 0.8% -
XYZ 40.29 29.93 48.45 -
YUV 152.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 204 121 183 0 0.41 0.10 0.2 315.18 0.45 0.64
Hex CC 79 B7 0 29 A 14 13B 2D 40
Octal 314 171 267 0 51 12 24 473 55 100
Binary 11001100 1111001 10110111 0 101001 1010 10100 100111011 101101 1000000

Color Harmonies of #CC79B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79B7

Black with #CC79B7

Text Example


Text Example

White with #CC79B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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