#C95CE4

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

Shades of Medium Orchid #C95CE4

Tints of Medium Orchid #C95CE4

Color information

#C95CE4 (or 0xC95CE4) is unknown color: approx Medium Orchid. HEX triplet: C9, 5C and E4. RGB value is (201,92,228). Sum of RGB (Red+Green+Blue) = 201+92+228=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 228 (89.45% from 255 or 43.76% from 521); Max value from RGB is 228 - color contains mainly: blue. Hex color #C95CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95CE4 is #36A31B. Grayscale: #8B8B8B. Windows color (decimal): -3580700 or 14965961. OLE color: 14965961.

HSL color Cylindrical-coordinate representation of color #C95CE4: hue angle of 288.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95CE4 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20192228-
CMYK0.120.6000.11
HSL288.09º71.58%62.75%-
HSV(B)288.09º59.65%89.41%-
XYZ41.9225.6776.14-
YUV140.1177.61171.44-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.58%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 228 (89.45% from 255) = 43.76%
R=38.58%
G=17.66%
B=43.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201922280.120.6000.11288.0971.5862.75
HexC95CE4C3C0B120483f
Octal311134344147401344011077
Binary110010011011100111001001100111100010111001000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CE4; }

 p { color: rgb(201,92,228); }

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

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

 a { background-color: rgb(201,92,228); }

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

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

 span { border-color: rgb(201,92,228); }

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