#C25DEA

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

Shades of Medium Orchid #C25DEA

Tints of Medium Orchid #C25DEA

Color information

#C25DEA (or 0xC25DEA) is unknown color: approx Medium Orchid. HEX triplet: C2, 5D and EA. RGB value is (194,93,234). Sum of RGB (Red+Green+Blue) = 194+93+234=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #C25DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C25DEA is #3DA215. Grayscale: #8A8A8A. Windows color (decimal): -4039190 or 15359426. OLE color: 15359426.

HSL color Cylindrical-coordinate representation of color #C25DEA: hue angle of 282.98º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C25DEA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19493234-
CMYK0.170.6000.08
HSL282.98º77.05%64.12%-
HSV(B)282.98º60.26%91.76%-
XYZ41.0125.2480.55-
YUV139.27181.46167.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 93 (36.72% from 255) = 17.85%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=37.24%
G=17.85%
B=44.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194932340.170.6000.08282.9877.0564.12
HexC25DEA113C0811b4d40
Octal3021353522174010433115100
Binary11000010101110111101010100011111000100010001101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25DEA; }

 p { color: rgb(194,93,234); }

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

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

 a { background-color: rgb(194,93,234); }

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

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

 span { border-color: rgb(194,93,234); }

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