#CA47FA

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

Shades of Medium Orchid #CA47FA

Tints of Medium Orchid #CA47FA

Color information

#CA47FA (or 0xCA47FA) is unknown color: approx Medium Orchid. HEX triplet: CA, 47 and FA. RGB value is (202,71,250). Sum of RGB (Red+Green+Blue) = 202+71+250=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 71 (28.12% from 255 or 13.58% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA47FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA47FA is #35B805. Grayscale: #818181. Windows color (decimal): -3520518 or 16402378. OLE color: 16402378.

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

Color convert

RGB20271250-
CMYK0.190.7200.02
HSL283.91º94.71%62.94%-
HSV(B)283.91º71.6%98.04%-
XYZ43.8723.9792.76-
YUV130.57195.4178.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 71 (28.12% from 255) = 13.58%
BLUE value IS 250 (98.05% from 255) = 47.80%
R=38.62%
G=13.58%
B=47.80%

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
Decimal202712500.190.7200.02283.9194.7162.94
HexCA47FA13480211c5f3f
Octal312107372231100243413777
Binary110010101000111111110101001110010000101000111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA47FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA47FA; }

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

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

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

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

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

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

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

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