Html Css Color HEX #C957DE Medium Orchid

📋 copy color: '#C957DE'

red 201 ◦ green 87 ◦ blue 222

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

Shades of Medium Orchid #C957DE

Tints of Medium Orchid #C957DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 39.41%
G = 17.06%
B = 43.53%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C957DE (or 0xC957DE) is known color: Medium Orchid. HEX triplet: C9, 57 and DE. RGB value is (201,87,222). Sum of RGB (Red+Green+Blue) = 201+87+222=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 87 (34.38% from 255 or 17.06% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #C957DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C957DE is #36A821. Grayscale: #888888. Windows color (decimal): -3581986 or 14571465. OLE color: 14571465.

HSL color Cylindrical-coordinate representation of color #C957DE: hue angle of 290.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C957DE is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 87 222 -
CMYK 0.09 0.61 0 0.13
HSL 290.67º 0.67% 0.61% -
HSV(B) 290.67º 0.61% 0.87% -
XYZ 40.68 24.51 71.69 -
YUV 136.48 176.27 174.02 -
System Red Green Blue C M Y K H S L
Decimal 201 87 222 0.09 0.61 0 0.13 290.67 0.67 0.61
Hex C9 57 DE 9 3D 0 D 123 43 3D
Octal 311 127 336 11 75 0 15 443 103 75
Binary 11001001 1010111 11011110 1001 111101 0 1101 100100011 1000011 111101

Color Harmonies of #C957DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C957DE

Black with #C957DE

Text Example


Text Example

White with #C957DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C957DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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