Html Css Color HEX #CC79B8 Orchid

📋 copy color: '#CC79B8'

red 204 ◦ green 121 ◦ blue 184

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

Shades of Orchid #CC79B8

Tints of Orchid #CC79B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.15%

R = 40.08%
G = 23.77%
B = 36.15%

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

#CC79B8 (or 0xCC79B8) is known color: Orchid. HEX triplet: CC, 79 and B8. RGB value is (204,121,184). Sum of RGB (Red+Green+Blue) = 204+121+184=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79B8 is #338647. Grayscale: #989898. Windows color (decimal): -3376712 or 12089804. OLE color: 12089804.

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

Color convert

RGB 204 121 184 -
CMYK 0 0.41 0.10 0.2
HSL 314.46º 0.45% 0.64% -
HSV(B) 314.46º 0.41% 0.8% -
XYZ 40.39 29.97 49 -
YUV 153 145.5 164.38 -
System Red Green Blue C M Y K H S L
Decimal 204 121 184 0 0.41 0.10 0.2 314.46 0.45 0.64
Hex CC 79 B8 0 29 A 14 13A 2D 40
Octal 314 171 270 0 51 12 24 472 55 100
Binary 11001100 1111001 10111000 0 101001 1010 10100 100111010 101101 1000000

Color Harmonies of #CC79B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79B8

Black with #CC79B8

Text Example


Text Example

White with #CC79B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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