Html Css Color HEX #C979DB Orchid

📋 copy color: '#C979DB'

red 201 ◦ green 121 ◦ blue 219

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

Shades of Orchid #C979DB

Tints of Orchid #C979DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 37.15%
G = 22.37%
B = 40.48%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C979DB (or 0xC979DB) is known color: Orchid. HEX triplet: C9, 79 and DB. RGB value is (201,121,219). Sum of RGB (Red+Green+Blue) = 201+121+219=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C979DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C979DB is #368624. Grayscale: #9B9B9B. Windows color (decimal): -3573285 or 14383561. OLE color: 14383561.

HSL color Cylindrical-coordinate representation of color #C979DB: hue angle of 288.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C979DB is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 121 219 -
CMYK 0.08 0.45 0 0.14
HSL 288.98º 0.58% 0.67% -
HSV(B) 288.98º 0.45% 0.86% -
XYZ 43.71 31.21 70.74 -
YUV 156.09 163.5 160.03 -
System Red Green Blue C M Y K H S L
Decimal 201 121 219 0.08 0.45 0 0.14 288.98 0.58 0.67
Hex C9 79 DB 8 2D 0 E 121 3A 43
Octal 311 171 333 10 55 0 16 441 72 103
Binary 11001001 1111001 11011011 1000 101101 0 1110 100100001 111010 1000011

Color Harmonies of #C979DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C979DB

Black with #C979DB

Text Example


Text Example

White with #C979DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C979DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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