Html Css Color HEX #C979DE Orchid

📋 copy color: '#C979DE'

red 201 ◦ green 121 ◦ blue 222

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

Shades of Orchid #C979DE

Tints of Orchid #C979DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.81%

R = 36.95%
G = 22.24%
B = 40.81%

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

#C979DE (or 0xC979DE) is known color: Orchid. HEX triplet: C9, 79 and DE. RGB value is (201,121,222). Sum of RGB (Red+Green+Blue) = 201+121+222=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #C979DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979DE is #368621. Grayscale: #9C9C9C. Windows color (decimal): -3573282 or 14580169. OLE color: 14580169.

HSL color Cylindrical-coordinate representation of color #C979DE: hue angle of 287.52º 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 #C979DE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 121 222 -
CMYK 0.09 0.45 0 0.13
HSL 287.52º 0.6% 0.67% -
HSV(B) 287.52º 0.45% 0.87% -
XYZ 44.11 31.37 72.84 -
YUV 156.43 165 159.79 -
System Red Green Blue C M Y K H S L
Decimal 201 121 222 0.09 0.45 0 0.13 287.52 0.6 0.67
Hex C9 79 DE 9 2D 0 D 120 3C 43
Octal 311 171 336 11 55 0 15 440 74 103
Binary 11001001 1111001 11011110 1001 101101 0 1101 100100000 111100 1000011

Color Harmonies of #C979DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979DE

Black with #C979DE

Text Example


Text Example

White with #C979DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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