#CA40FF

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

Shades of Medium Orchid #CA40FF

Tints of Medium Orchid #CA40FF

Color information

#CA40FF (or 0xCA40FF) is unknown color: approx Medium Orchid. HEX triplet: CA, 40 and FF. RGB value is (202,64,255). Sum of RGB (Red+Green+Blue) = 202+64+255=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40FF is #35BF00. Grayscale: #7E7E7E. Windows color (decimal): -3522305 or 16728266. OLE color: 16728266.

HSL color Cylindrical-coordinate representation of color #CA40FF: hue angle of 283.35º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA40FF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20264255-
CMYK0.210.7500
HSL283.35º100%62.55%-
HSV(B)283.35º74.9%100%-
XYZ44.2423.4496.8-
YUV127.04200.22181.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.77%
GREEN value IS 64 (25.39% from 255) = 12.28%
BLUE value IS 255 (100% from 255) = 48.94%
R=38.77%
G=12.28%
B=48.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202642550.210.7500283.3510062.55
HexCA40FF154B0011b643f
Octal312100377251130043314477
Binary11001010100000011111111101011001011001000110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40FF; }

 p { color: rgb(202,64,255); }

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

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

 a { background-color: rgb(202,64,255); }

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

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

 span { border-color: rgb(202,64,255); }

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