Html Css Color HEX #C957EF Medium Orchid

📋 copy color: '#C957EF'

red 201 ◦ green 87 ◦ blue 239

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

Shades of Medium Orchid #C957EF

Tints of Medium Orchid #C957EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.35%

R = 38.14%
G = 16.51%
B = 45.35%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C957EF (or 0xC957EF) is known color: Medium Orchid. HEX triplet: C9, 57 and EF. RGB value is (201,87,239). Sum of RGB (Red+Green+Blue) = 201+87+239=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #C957EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C957EF is #36A810. Grayscale: #898989. Windows color (decimal): -3581969 or 15685577. OLE color: 15685577.

HSL color Cylindrical-coordinate representation of color #C957EF: hue angle of 285º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C957EF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 87 239 -
CMYK 0.16 0.64 0 0.06
HSL 285º 0.83% 0.64% -
HSV(B) 285º 0.64% 0.94% -
XYZ 43.08 25.47 84.31 -
YUV 138.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 201 87 239 0.16 0.64 0 0.06 285 0.83 0.64
Hex C9 57 EF 10 40 0 6 11D 53 40
Octal 311 127 357 20 100 0 6 435 123 100
Binary 11001001 1010111 11101111 10000 1000000 0 110 100011101 1010011 1000000

Color Harmonies of #C957EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957EF

Black with #C957EF

Text Example


Text Example

White with #C957EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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