Html Css Color HEX #C953DB Medium Orchid

📋 copy color: '#C953DB'

red 201 ◦ green 83 ◦ blue 219

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

Shades of Medium Orchid #C953DB

Tints of Medium Orchid #C953DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.5%

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

R = 39.96%
G = 16.5%
B = 43.54%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C953DB (or 0xC953DB) is known color: Medium Orchid. HEX triplet: C9, 53 and DB. RGB value is (201,83,219). Sum of RGB (Red+Green+Blue) = 201+83+219=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #C953DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953DB is #36AC24. Grayscale: #858585. Windows color (decimal): -3583013 or 14373833. OLE color: 14373833.

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

Color convert

RGB 201 83 219 -
CMYK 0.08 0.62 0 0.14
HSL 292.06º 0.65% 0.59% -
HSV(B) 292.06º 0.62% 0.86% -
XYZ 39.97 23.72 69.49 -
YUV 133.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 201 83 219 0.08 0.62 0 0.14 292.06 0.65 0.59
Hex C9 53 DB 8 3E 0 E 124 41 3B
Octal 311 123 333 10 76 0 16 444 101 73
Binary 11001001 1010011 11011011 1000 111110 0 1110 100100100 1000001 111011

Color Harmonies of #C953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953DB

Black with #C953DB

Text Example


Text Example

White with #C953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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