Html Css Color HEX #C953EA Medium Orchid

📋 copy color: '#C953EA'

red 201 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #C953EA

Tints of Medium Orchid #C953EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.17%

R = 38.8%
G = 16.02%
B = 45.17%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C953EA (or 0xC953EA) is known color: Medium Orchid. HEX triplet: C9, 53 and EA. RGB value is (201,83,234). Sum of RGB (Red+Green+Blue) = 201+83+234=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #C953EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953EA is #36AC15. Grayscale: #878787. Windows color (decimal): -3582998 or 15356873. OLE color: 15356873.

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

Color convert

RGB 201 83 234 -
CMYK 0.14 0.65 0 0.08
HSL 286.89º 0.78% 0.62% -
HSV(B) 286.89º 0.65% 0.92% -
XYZ 42.03 24.54 80.36 -
YUV 135.5 183.59 174.72 -
System Red Green Blue C M Y K H S L
Decimal 201 83 234 0.14 0.65 0 0.08 286.89 0.78 0.62
Hex C9 53 EA E 41 0 8 11F 4E 3E
Octal 311 123 352 16 101 0 10 437 116 76
Binary 11001001 1010011 11101010 1110 1000001 0 1000 100011111 1001110 111110

Color Harmonies of #C953EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953EA

Black with #C953EA

Text Example


Text Example

White with #C953EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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