Html Css Color HEX #CC79DF Orchid

📋 copy color: '#CC79DF'

red 204 ◦ green 121 ◦ blue 223

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

Shades of Orchid #CC79DF

Tints of Orchid #CC79DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 37.23%
G = 22.08%
B = 40.69%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC79DF (or 0xCC79DF) is known color: Orchid. HEX triplet: CC, 79 and DF. RGB value is (204,121,223). Sum of RGB (Red+Green+Blue) = 204+121+223=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79DF is #338620. Grayscale: #9D9D9D. Windows color (decimal): -3376673 or 14645708. OLE color: 14645708.

HSL color Cylindrical-coordinate representation of color #CC79DF: hue angle of 288.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC79DF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 121 223 -
CMYK 0.09 0.46 0 0.13
HSL 288.82º 0.61% 0.67% -
HSV(B) 288.82º 0.46% 0.87% -
XYZ 45.06 31.84 73.58 -
YUV 157.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 204 121 223 0.09 0.46 0 0.13 288.82 0.61 0.67
Hex CC 79 DF 9 2E 0 D 121 3D 43
Octal 314 171 337 11 56 0 15 441 75 103
Binary 11001100 1111001 11011111 1001 101110 0 1101 100100001 111101 1000011

Color Harmonies of #CC79DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC79DF

Black with #CC79DF

Text Example


Text Example

White with #CC79DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC79DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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