Html Css Color HEX #CC79BC Orchid

📋 copy color: '#CC79BC'

red 204 ◦ green 121 ◦ blue 188

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

Shades of Orchid #CC79BC

Tints of Orchid #CC79BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 39.77%
G = 23.59%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC79BC (or 0xCC79BC) is known color: Orchid. HEX triplet: CC, 79 and BC. RGB value is (204,121,188). Sum of RGB (Red+Green+Blue) = 204+121+188=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 121 (47.66% from 255 or 23.59% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79BC is #338643. Grayscale: #999999. Windows color (decimal): -3376708 or 12351948. OLE color: 12351948.

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

Color convert

RGB 204 121 188 -
CMYK 0 0.41 0.08 0.2
HSL 311.57º 0.45% 0.64% -
HSV(B) 311.57º 0.41% 0.8% -
XYZ 40.82 30.14 51.24 -
YUV 153.46 147.5 164.05 -
System Red Green Blue C M Y K H S L
Decimal 204 121 188 0 0.41 0.08 0.2 311.57 0.45 0.64
Hex CC 79 BC 0 29 8 14 138 2D 40
Octal 314 171 274 0 51 10 24 470 55 100
Binary 11001100 1111001 10111100 0 101001 1000 10100 100111000 101101 1000000

Color Harmonies of #CC79BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79BC

Black with #CC79BC

Text Example


Text Example

White with #CC79BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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