#CA46FA

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

Shades of Medium Orchid #CA46FA

Tints of Medium Orchid #CA46FA

Color information

#CA46FA (or 0xCA46FA) is unknown color: approx Medium Orchid. HEX triplet: CA, 46 and FA. RGB value is (202,70,250). Sum of RGB (Red+Green+Blue) = 202+70+250=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 70 (27.73% from 255 or 13.41% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA46FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA46FA is #35B905. Grayscale: #818181. Windows color (decimal): -3520774 or 16402122. OLE color: 16402122.

HSL color Cylindrical-coordinate representation of color #CA46FA: hue angle of 284º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA46FA is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20270250-
CMYK0.190.7200.02
HSL284º94.74%62.75%-
HSV(B)284º72%98.04%-
XYZ43.823.8492.74-
YUV129.99195.73179.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 70 (27.73% from 255) = 13.41%
BLUE value IS 250 (98.05% from 255) = 47.89%
R=38.70%
G=13.41%
B=47.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal202702500.190.7200.0228494.7462.75
HexCA46FA13480211c5f3f
Octal312106372231100243413777
Binary110010101000110111110101001110010000101000111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA46FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA46FA; }

 p { color: rgb(202,70,250); }

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

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

 a { background-color: rgb(202,70,250); }

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

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

 span { border-color: rgb(202,70,250); }

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