Html Css Color HEX #CC79C8 Orchid

📋 copy color: '#CC79C8'

red 204 ◦ green 121 ◦ blue 200

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

Shades of Orchid #CC79C8

Tints of Orchid #CC79C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.1%

R = 38.86%
G = 23.05%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC79C8 (or 0xCC79C8) is known color: Orchid. HEX triplet: CC, 79 and C8. RGB value is (204,121,200). Sum of RGB (Red+Green+Blue) = 204+121+200=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C8 is #338637. Grayscale: #9A9A9A. Windows color (decimal): -3376696 or 13138380. OLE color: 13138380.

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

Color convert

RGB 204 121 200 -
CMYK 0 0.41 0.02 0.2
HSL 302.89º 0.45% 0.64% -
HSV(B) 302.89º 0.41% 0.8% -
XYZ 42.16 30.68 58.34 -
YUV 154.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 204 121 200 0 0.41 0.02 0.2 302.89 0.45 0.64
Hex CC 79 C8 0 29 2 14 12F 2D 40
Octal 314 171 310 0 51 2 24 457 55 100
Binary 11001100 1111001 11001000 0 101001 10 10100 100101111 101101 1000000

Color Harmonies of #CC79C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79C8

Black with #CC79C8

Text Example


Text Example

White with #CC79C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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