#CA52F3

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

Shades of Medium Orchid #CA52F3

Tints of Medium Orchid #CA52F3

Color information

#CA52F3 (or 0xCA52F3) is unknown color: approx Medium Orchid. HEX triplet: CA, 52 and F3. RGB value is (202,82,243). Sum of RGB (Red+Green+Blue) = 202+82+243=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA52F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA52F3 is #35AD0C. Grayscale: #878787. Windows color (decimal): -3517709 or 15946442. OLE color: 15946442.

HSL color Cylindrical-coordinate representation of color #CA52F3: hue angle of 284.72º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA52F3 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20282243-
CMYK0.170.6600.05
HSL284.72º87.03%63.73%-
HSV(B)284.72º66.26%95.29%-
XYZ43.5525.0687.34-
YUV136.23188.26174.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 82 (32.42% from 255) = 15.56%
BLUE value IS 243 (95.31% from 255) = 46.11%
R=38.33%
G=15.56%
B=46.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202822430.170.6600.05284.7287.0363.73
HexCA52F311420511d5740
Octal3121223632110205435127100
Binary11001010101001011110011100011000010010110001110110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA52F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA52F3; }

 p { color: rgb(202,82,243); }

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

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

 a { background-color: rgb(202,82,243); }

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

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

 span { border-color: rgb(202,82,243); }

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