Html Css Color HEX #C953D9 Medium Orchid

📋 copy color: '#C953D9'

red 201 ◦ green 83 ◦ blue 217

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

Shades of Medium Orchid #C953D9

Tints of Medium Orchid #C953D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 40.12%
G = 16.57%
B = 43.31%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C953D9 (or 0xC953D9) is known color: Medium Orchid. HEX triplet: C9, 53 and D9. RGB value is (201,83,217). Sum of RGB (Red+Green+Blue) = 201+83+217=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #C953D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C953D9 is #36AC26. Grayscale: #858585. Windows color (decimal): -3583015 or 14242761. OLE color: 14242761.

HSL color Cylindrical-coordinate representation of color #C953D9: hue angle of 292.84º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C953D9 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 83 217 -
CMYK 0.07 0.62 0 0.15
HSL 292.84º 0.64% 0.59% -
HSV(B) 292.84º 0.62% 0.85% -
XYZ 39.71 23.61 68.11 -
YUV 133.56 175.09 176.1 -
System Red Green Blue C M Y K H S L
Decimal 201 83 217 0.07 0.62 0 0.15 292.84 0.64 0.59
Hex C9 53 D9 7 3E 0 F 125 40 3B
Octal 311 123 331 7 76 0 17 445 100 73
Binary 11001001 1010011 11011001 111 111110 0 1111 100100101 1000000 111011

Color Harmonies of #C953D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953D9

Black with #C953D9

Text Example


Text Example

White with #C953D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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