#C95FEA

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

Shades of Medium Orchid #C95FEA

Tints of Medium Orchid #C95FEA

Color information

#C95FEA (or 0xC95FEA) is unknown color: approx Medium Orchid. HEX triplet: C9, 5F and EA. RGB value is (201,95,234). Sum of RGB (Red+Green+Blue) = 201+95+234=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #C95FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FEA is #36A015. Grayscale: #8E8E8E. Windows color (decimal): -3579926 or 15359945. OLE color: 15359945.

HSL color Cylindrical-coordinate representation of color #C95FEA: hue angle of 285.76º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95FEA is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB20195234-
CMYK0.140.5900.08
HSL285.76º76.8%64.51%-
HSV(B)285.76º59.4%91.76%-
XYZ43.0326.5480.7-
YUV142.54179.62169.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 234 (91.80% from 255) = 44.15%
R=37.92%
G=17.92%
B=44.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal201952340.140.5900.08285.7676.864.51
HexC95FEAE3B0811e4d41
Octal3111373521673010436115101
Binary1100100110111111110101011101110110100010001111010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FEA; }

 p { color: rgb(201,95,234); }

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

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

 a { background-color: rgb(201,95,234); }

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

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

 span { border-color: rgb(201,95,234); }

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