#CA45FD

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

Shades of Medium Orchid #CA45FD

Tints of Medium Orchid #CA45FD

Color information

#CA45FD (or 0xCA45FD) is unknown color: approx Medium Orchid. HEX triplet: CA, 45 and FD. RGB value is (202,69,253). Sum of RGB (Red+Green+Blue) = 202+69+253=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 69 (27.34% from 255 or 13.17% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA45FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45FD is #35BA02. Grayscale: #818181. Windows color (decimal): -3521027 or 16598474. OLE color: 16598474.

HSL color Cylindrical-coordinate representation of color #CA45FD: hue angle of 283.37º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA45FD is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20269253-
CMYK0.200.7300.01
HSL283.37º97.87%63.14%-
HSV(B)283.37º72.73%99.22%-
XYZ44.2123.995.21-
YUV129.74197.56179.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 69 (27.34% from 255) = 13.17%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=38.55%
G=13.17%
B=48.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202692530.200.7300.01283.3797.8763.14
HexCA45FD14490111b623f
Octal312105375241110143314277
Binary11001010100010111111101101001001001011000110111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45FD; }

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

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

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

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

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

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

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

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