Html Css Color HEX #C957EA Medium Orchid

📋 copy color: '#C957EA'

red 201 ◦ green 87 ◦ blue 234

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

Shades of Medium Orchid #C957EA

Tints of Medium Orchid #C957EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.67%

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

R = 38.51%
G = 16.67%
B = 44.83%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C957EA (or 0xC957EA) is known color: Medium Orchid. HEX triplet: C9, 57 and EA. RGB value is (201,87,234). Sum of RGB (Red+Green+Blue) = 201+87+234=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 87 (34.38% from 255 or 16.67% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #C957EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957EA is #36A815. Grayscale: #898989. Windows color (decimal): -3581974 or 15357897. OLE color: 15357897.

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

Color convert

RGB 201 87 234 -
CMYK 0.14 0.63 0 0.08
HSL 286.53º 0.78% 0.63% -
HSV(B) 286.53º 0.63% 0.92% -
XYZ 42.35 25.17 80.47 -
YUV 137.84 182.27 173.05 -
System Red Green Blue C M Y K H S L
Decimal 201 87 234 0.14 0.63 0 0.08 286.53 0.78 0.63
Hex C9 57 EA E 3F 0 8 11F 4E 3F
Octal 311 127 352 16 77 0 10 437 116 77
Binary 11001001 1010111 11101010 1110 111111 0 1000 100011111 1001110 111111

Color Harmonies of #C957EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957EA

Black with #C957EA

Text Example


Text Example

White with #C957EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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