Html Css Color HEX #C953E8 Medium Orchid

📋 copy color: '#C953E8'

red 201 ◦ green 83 ◦ blue 232

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

Shades of Medium Orchid #C953E8

Tints of Medium Orchid #C953E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 38.95%
G = 16.09%
B = 44.96%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C953E8 (or 0xC953E8) is known color: Medium Orchid. HEX triplet: C9, 53 and E8. RGB value is (201,83,232). Sum of RGB (Red+Green+Blue) = 201+83+232=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 83 (32.81% from 255 or 16.09% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #C953E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953E8 is #36AC17. Grayscale: #868686. Windows color (decimal): -3583000 or 15225801. OLE color: 15225801.

HSL color Cylindrical-coordinate representation of color #C953E8: hue angle of 287.52º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C953E8 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 83 232 -
CMYK 0.13 0.64 0 0.09
HSL 287.52º 0.76% 0.62% -
HSV(B) 287.52º 0.64% 0.91% -
XYZ 41.75 24.43 78.86 -
YUV 135.27 182.59 174.88 -
System Red Green Blue C M Y K H S L
Decimal 201 83 232 0.13 0.64 0 0.09 287.52 0.76 0.62
Hex C9 53 E8 D 40 0 9 120 4C 3E
Octal 311 123 350 15 100 0 11 440 114 76
Binary 11001001 1010011 11101000 1101 1000000 0 1001 100100000 1001100 111110

Color Harmonies of #C953E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953E8

Black with #C953E8

Text Example


Text Example

White with #C953E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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