Html Css Color HEX #CC79BF Orchid

📋 copy color: '#CC79BF'

red 204 ◦ green 121 ◦ blue 191

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

Shades of Orchid #CC79BF

Tints of Orchid #CC79BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.02%

R = 39.53%
G = 23.45%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#CC79BF (or 0xCC79BF) is known color: Orchid. HEX triplet: CC, 79 and BF. RGB value is (204,121,191). Sum of RGB (Red+Green+Blue) = 204+121+191=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BF is #338640. Grayscale: #999999. Windows color (decimal): -3376705 or 12548556. OLE color: 12548556.

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

Color convert

RGB 204 121 191 -
CMYK 0 0.41 0.06 0.2
HSL 309.4º 0.45% 0.64% -
HSV(B) 309.4º 0.41% 0.8% -
XYZ 41.14 30.27 52.97 -
YUV 153.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 204 121 191 0 0.41 0.06 0.2 309.4 0.45 0.64
Hex CC 79 BF 0 29 6 14 135 2D 40
Octal 314 171 277 0 51 6 24 465 55 100
Binary 11001100 1111001 10111111 0 101001 110 10100 100110101 101101 1000000

Color Harmonies of #CC79BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79BF

Black with #CC79BF

Text Example


Text Example

White with #CC79BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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