Html Css Color HEX #C979D5 Orchid

📋 copy color: '#C979D5'

red 201 ◦ green 121 ◦ blue 213

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

Shades of Orchid #C979D5

Tints of Orchid #C979D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.81%

R = 37.57%
G = 22.62%
B = 39.81%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C979D5 (or 0xC979D5) is known color: Orchid. HEX triplet: C9, 79 and D5. RGB value is (201,121,213). Sum of RGB (Red+Green+Blue) = 201+121+213=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 213 - color contains mainly: blue. Hex color #C979D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979D5 is #36862A. Grayscale: #9B9B9B. Windows color (decimal): -3573291 or 13990345. OLE color: 13990345.

HSL color Cylindrical-coordinate representation of color #C979D5: hue angle of 292.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C979D5 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 121 213 -
CMYK 0.06 0.43 0 0.16
HSL 292.17º 0.52% 0.65% -
HSV(B) 292.17º 0.43% 0.84% -
XYZ 42.94 30.9 66.65 -
YUV 155.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 201 121 213 0.06 0.43 0 0.16 292.17 0.52 0.65
Hex C9 79 D5 6 2B 0 10 124 34 41
Octal 311 171 325 6 53 0 20 444 64 101
Binary 11001001 1111001 11010101 110 101011 0 10000 100100100 110100 1000001

Color Harmonies of #C979D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979D5

Black with #C979D5

Text Example


Text Example

White with #C979D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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