Html Css Color HEX #C953EE Medium Orchid

📋 copy color: '#C953EE'

red 201 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #C953EE

Tints of Medium Orchid #C953EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 38.51%
G = 15.9%
B = 45.59%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C953EE (or 0xC953EE) is known color: Medium Orchid. HEX triplet: C9, 53 and EE. RGB value is (201,83,238). Sum of RGB (Red+Green+Blue) = 201+83+238=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #C953EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C953EE is #36AC11. Grayscale: #878787. Windows color (decimal): -3582994 or 15619017. OLE color: 15619017.

HSL color Cylindrical-coordinate representation of color #C953EE: hue angle of 285.68º degrees, saturation: 0.82, 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 #C953EE is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 83 238 -
CMYK 0.16 0.65 0 0.07
HSL 285.68º 0.82% 0.63% -
HSV(B) 285.68º 0.65% 0.93% -
XYZ 42.61 24.78 83.43 -
YUV 135.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 201 83 238 0.16 0.65 0 0.07 285.68 0.82 0.63
Hex C9 53 EE 10 41 0 7 11E 52 3F
Octal 311 123 356 20 101 0 7 436 122 77
Binary 11001001 1010011 11101110 10000 1000001 0 111 100011110 1010010 111111

Color Harmonies of #C953EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C953EE

Black with #C953EE

Text Example


Text Example

White with #C953EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C953EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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