#C25ADE

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

Shades of Medium Orchid #C25ADE

Tints of Medium Orchid #C25ADE

Color information

#C25ADE (or 0xC25ADE) is unknown color: approx Medium Orchid. HEX triplet: C2, 5A and DE. RGB value is (194,90,222). Sum of RGB (Red+Green+Blue) = 194+90+222=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 90 (35.55% from 255 or 17.79% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #C25ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C25ADE is #3DA521. Grayscale: #878787. Windows color (decimal): -4039970 or 14572226. OLE color: 14572226.

HSL color Cylindrical-coordinate representation of color #C25ADE: hue angle of 287.27º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C25ADE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19490222-
CMYK0.130.5900.13
HSL287.27º66.67%61.18%-
HSV(B)287.27º59.46%87.06%-
XYZ39.0924.0671.69-
YUV136.14176.46169.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.34%
GREEN value IS 90 (35.55% from 255) = 17.79%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=38.34%
G=17.79%
B=43.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal194902220.130.5900.13287.2766.6761.18
HexC25ADED3B0D11f433d
Octal302132336157301543710375
Binary110000101011010110111101101111011011011000111111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C25ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C25ADE; }

 p { color: rgb(194,90,222); }

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

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

 a { background-color: rgb(194,90,222); }

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

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

 span { border-color: rgb(194,90,222); }

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