#C95ED7

Color #C95ED7 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C95ED7

Tints of Medium Orchid #C95ED7

Color information

#C95ED7 (or 0xC95ED7) is unknown color: approx Medium Orchid. HEX triplet: C9, 5E and D7. RGB value is (201,94,215). Sum of RGB (Red+Green+Blue) = 201+94+215=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 215 (84.38% from 255 or 42.16% from 510); Max value from RGB is 215 - color contains mainly: blue. Hex color #C95ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95ED7 is #36A128. Grayscale: #8B8B8B. Windows color (decimal): -3580201 or 14114505. OLE color: 14114505.

HSL color Cylindrical-coordinate representation of color #C95ED7: hue angle of 293.06º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95ED7 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20194215-
CMYK0.070.5600.16
HSL293.06º60.2%60.59%-
HSV(B)293.06º56.28%84.31%-
XYZ40.3625.3367.05-
YUV139.79170.45171.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.41%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 215 (84.38% from 255) = 42.16%
R=39.41%
G=18.43%
B=42.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201942150.070.5600.16293.0660.260.59
HexC95ED77380101253c3d
Octal3111363277700204457475
Binary11001001101111011010111111111000010000100100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95ED7; }

 p { color: rgb(201,94,215); }

 H1.HeaderClassName
 {
   color: #C95ED7;
 }
 .AnyTagClassName
 {
   color: #C95ED7;
 }
</style>
background-color css

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

 a { background-color: rgb(201,94,215); }

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

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

 span { border-color: rgb(201,94,215); }

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