#CA39FE

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

Shades of Medium Orchid #CA39FE

Tints of Medium Orchid #CA39FE

Color information

#CA39FE (or 0xCA39FE) is unknown color: approx Medium Orchid. HEX triplet: CA, 39 and FE. RGB value is (202,57,254). Sum of RGB (Red+Green+Blue) = 202+57+254=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 57 (22.66% from 255 or 11.11% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA39FE is #35C601. Grayscale: #7A7A7A. Windows color (decimal): -3524098 or 16660938. OLE color: 16660938.

HSL color Cylindrical-coordinate representation of color #CA39FE: hue angle of 284.16º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA39FE is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20257254-
CMYK0.200.7800.00
HSL284.16º98.99%60.98%-
HSV(B)284.16º77.56%99.61%-
XYZ43.7122.6495.83-
YUV122.81202.04184.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 57 (22.66% from 255) = 11.11%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=39.38%
G=11.11%
B=49.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202572540.200.7800.00284.1698.9960.98
HexCA39FE144E0011c633d
Octal31271376241160043414375
Binary1100101011100111111110101001001110001000111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39FE; }

 p { color: rgb(202,57,254); }

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

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

 a { background-color: rgb(202,57,254); }

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

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

 span { border-color: rgb(202,57,254); }

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