#C95CE7

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

Shades of Medium Orchid #C95CE7

Tints of Medium Orchid #C95CE7

Color information

#C95CE7 (or 0xC95CE7) is unknown color: approx Medium Orchid. HEX triplet: C9, 5C and E7. RGB value is (201,92,231). Sum of RGB (Red+Green+Blue) = 201+92+231=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 231 (90.62% from 255 or 44.08% from 524); Max value from RGB is 231 - color contains mainly: blue. Hex color #C95CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95CE7 is #36A318. Grayscale: #8B8B8B. Windows color (decimal): -3580697 or 15162569. OLE color: 15162569.

HSL color Cylindrical-coordinate representation of color #C95CE7: hue angle of 287.05º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95CE7 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20192231-
CMYK0.130.6000.09
HSL287.05º74.33%63.33%-
HSV(B)287.05º60.17%90.59%-
XYZ42.3425.8478.36-
YUV140.44179.11171.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.36%
GREEN value IS 92 (36.33% from 255) = 17.56%
BLUE value IS 231 (90.62% from 255) = 44.08%
R=38.36%
G=17.56%
B=44.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal201922310.130.6000.09287.0574.3363.33
HexC95CE7D3C0911f4a3f
Octal311134347157401143711277
Binary110010011011100111001111101111100010011000111111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95CE7; }

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

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

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

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

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

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

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

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