Html Css Color HEX #C979D7 Orchid

📋 copy color: '#C979D7'

red 201 ◦ green 121 ◦ blue 215

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

Shades of Orchid #C979D7

Tints of Orchid #C979D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.04%

R = 37.43%
G = 22.53%
B = 40.04%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C979D7 (or 0xC979D7) is known color: Orchid. HEX triplet: C9, 79 and D7. RGB value is (201,121,215). Sum of RGB (Red+Green+Blue) = 201+121+215=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #C979D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979D7 is #368628. Grayscale: #9B9B9B. Windows color (decimal): -3573289 or 14121417. OLE color: 14121417.

HSL color Cylindrical-coordinate representation of color #C979D7: hue angle of 291.06º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C979D7 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 121 215 -
CMYK 0.07 0.44 0 0.16
HSL 291.06º 0.54% 0.66% -
HSV(B) 291.06º 0.44% 0.84% -
XYZ 43.19 31 68 -
YUV 155.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 201 121 215 0.07 0.44 0 0.16 291.06 0.54 0.66
Hex C9 79 D7 7 2C 0 10 123 36 42
Octal 311 171 327 7 54 0 20 443 66 102
Binary 11001001 1111001 11010111 111 101100 0 10000 100100011 110110 1000010

Color Harmonies of #C979D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979D7

Black with #C979D7

Text Example


Text Example

White with #C979D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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