#CA45FA

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

Shades of Medium Orchid #CA45FA

Tints of Medium Orchid #CA45FA

Color information

#CA45FA (or 0xCA45FA) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and FA. RGB value is (202,69,250). Sum of RGB (Red+Green+Blue) = 202+69+250=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA45FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45FA is #35BA05. Grayscale: #808080. Windows color (decimal): -3521030 or 16401866. OLE color: 16401866.

HSL color Cylindrical-coordinate representation of color #CA45FA: hue angle of 284.09º 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 #CA45FA is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20269250-
CMYK0.190.7200.02
HSL284.09º94.76%62.55%-
HSV(B)284.09º72.4%98.04%-
XYZ43.7423.7192.71-
YUV129.4196.06179.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 69 (27.34% from 255) = 13.24%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=38.77%
G=13.24%
B=47.98%

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
Decimal202692500.190.7200.02284.0994.7662.55
HexCA45FA13480211c5f3f
Octal312105372231100243413777
Binary110010101000101111110101001110010000101000111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45FA; }

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

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

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

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

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

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

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

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