Html Css Color HEX #C953ED Medium Orchid

📋 copy color: '#C953ED'

red 201 ◦ green 83 ◦ blue 237

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

Shades of Medium Orchid #C953ED

Tints of Medium Orchid #C953ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 38.58%
G = 15.93%
B = 45.49%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C953ED (or 0xC953ED) is known color: Medium Orchid. HEX triplet: C9, 53 and ED. RGB value is (201,83,237). Sum of RGB (Red+Green+Blue) = 201+83+237=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 83 (32.81% from 255 or 15.93% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #C953ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953ED is #36AC12. Grayscale: #878787. Windows color (decimal): -3582995 or 15553481. OLE color: 15553481.

HSL color Cylindrical-coordinate representation of color #C953ED: hue angle of 285.97º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C953ED is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 83 237 -
CMYK 0.15 0.65 0 0.07
HSL 285.97º 0.81% 0.63% -
HSV(B) 285.97º 0.65% 0.93% -
XYZ 42.47 24.72 82.65 -
YUV 135.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 201 83 237 0.15 0.65 0 0.07 285.97 0.81 0.63
Hex C9 53 ED F 41 0 7 11E 51 3F
Octal 311 123 355 17 101 0 7 436 121 77
Binary 11001001 1010011 11101101 1111 1000001 0 111 100011110 1010001 111111

Color Harmonies of #C953ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953ED

Black with #C953ED

Text Example


Text Example

White with #C953ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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