Html Css Color HEX #C951DB Medium Orchid

📋 copy color: '#C951DB'

red 201 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #C951DB

Tints of Medium Orchid #C951DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.17%

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

R = 40.12%
G = 16.17%
B = 43.71%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C951DB (or 0xC951DB) is known color: Medium Orchid. HEX triplet: C9, 51 and DB. RGB value is (201,81,219). Sum of RGB (Red+Green+Blue) = 201+81+219=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #C951DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951DB is #36AE24. Grayscale: #848484. Windows color (decimal): -3583525 or 14373321. OLE color: 14373321.

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

Color convert

RGB 201 81 219 -
CMYK 0.08 0.63 0 0.14
HSL 292.17º 0.66% 0.59% -
HSV(B) 292.17º 0.63% 0.86% -
XYZ 39.82 23.42 69.44 -
YUV 132.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 201 81 219 0.08 0.63 0 0.14 292.17 0.66 0.59
Hex C9 51 DB 8 3F 0 E 124 42 3B
Octal 311 121 333 10 77 0 16 444 102 73
Binary 11001001 1010001 11011011 1000 111111 0 1110 100100100 1000010 111011

Color Harmonies of #C951DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C951DB

Black with #C951DB

Text Example


Text Example

White with #C951DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C951DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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