#CA50EF

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

Shades of Medium Orchid #CA50EF

Tints of Medium Orchid #CA50EF

Color information

#CA50EF (or 0xCA50EF) is unknown color: approx Medium Orchid. HEX triplet: CA, 50 and EF. RGB value is (202,80,239). Sum of RGB (Red+Green+Blue) = 202+80+239=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA50EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50EF is #35AF10. Grayscale: #868686. Windows color (decimal): -3518225 or 15683786. OLE color: 15683786.

HSL color Cylindrical-coordinate representation of color #CA50EF: hue angle of 286.04º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA50EF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20280239-
CMYK0.150.6700.06
HSL286.04º83.25%62.55%-
HSV(B)286.04º66.53%93.73%-
XYZ42.8124.5384.14-
YUV134.6186.92176.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 80 (31.64% from 255) = 15.36%
BLUE value IS 239 (93.75% from 255) = 45.87%
R=38.77%
G=15.36%
B=45.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202802390.150.6700.06286.0483.2562.55
HexCA50EFF430611e533f
Octal312120357171030643612377
Binary110010101010000111011111111100001101101000111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50EF; }

 p { color: rgb(202,80,239); }

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

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

 a { background-color: rgb(202,80,239); }

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

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

 span { border-color: rgb(202,80,239); }

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