Html Css Color HEX #C979DD Orchid

📋 copy color: '#C979DD'

red 201 ◦ green 121 ◦ blue 221

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

Shades of Orchid #C979DD

Tints of Orchid #C979DD

RGB

 RED value IS 201 (78.91% from 255) = 37.02%

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

 BLUE value IS 221 (86.72% from 255) = 40.7%

R = 37.02%
G = 22.28%
B = 40.7%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C979DD (or 0xC979DD) is known color: Orchid. HEX triplet: C9, 79 and DD. RGB value is (201,121,221). Sum of RGB (Red+Green+Blue) = 201+121+221=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C979DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979DD is #368622. Grayscale: #9C9C9C. Windows color (decimal): -3573283 or 14514633. OLE color: 14514633.

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

Color convert

RGB 201 121 221 -
CMYK 0.09 0.45 0 0.13
HSL 288º 0.6% 0.67% -
HSV(B) 288º 0.45% 0.87% -
XYZ 43.98 31.31 72.13 -
YUV 156.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 201 121 221 0.09 0.45 0 0.13 288 0.6 0.67
Hex C9 79 DD 9 2D 0 D 120 3C 43
Octal 311 171 335 11 55 0 15 440 74 103
Binary 11001001 1111001 11011101 1001 101101 0 1101 100100000 111100 1000011

Color Harmonies of #C979DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979DD

Black with #C979DD

Text Example


Text Example

White with #C979DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979DD; }

 p { color: rgb(201,121,221); }

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

background-color css

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

 a { background-color: rgb(201,121,221); }

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

border-color css

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

 span { border-color: rgb(201,121,221); }

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