Html Css Color HEX #C950DB Medium Orchid

📋 copy color: '#C950DB'

red 201 ◦ green 80 ◦ blue 219

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

Shades of Medium Orchid #C950DB

Tints of Medium Orchid #C950DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16%

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

R = 40.2%
G = 16%
B = 43.8%

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

#C950DB (or 0xC950DB) is known color: Medium Orchid. HEX triplet: C9, 50 and DB. RGB value is (201,80,219). Sum of RGB (Red+Green+Blue) = 201+80+219=500 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.2% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C950DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C950DB is #36AF24. Grayscale: #838383. Windows color (decimal): -3583781 or 14373065. OLE color: 14373065.

HSL color Cylindrical-coordinate representation of color #C950DB: hue angle of 292.23º 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 #C950DB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 80 219 -
CMYK 0.08 0.63 0 0.14
HSL 292.23º 0.66% 0.59% -
HSV(B) 292.23º 0.63% 0.86% -
XYZ 39.74 23.27 69.41 -
YUV 132.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 201 80 219 0.08 0.63 0 0.14 292.23 0.66 0.59
Hex C9 50 DB 8 3F 0 E 124 42 3B
Octal 311 120 333 10 77 0 16 444 102 73
Binary 11001001 1010000 11011011 1000 111111 0 1110 100100100 1000010 111011

Color Harmonies of #C950DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C950DB

Black with #C950DB

Text Example


Text Example

White with #C950DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C950DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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