#CA3AFF

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

Shades of Medium Orchid #CA3AFF

Tints of Medium Orchid #CA3AFF

Color information

#CA3AFF (or 0xCA3AFF) is unknown color: approx Medium Orchid. HEX triplet: CA, 3A and FF. RGB value is (202,58,255). Sum of RGB (Red+Green+Blue) = 202+58+255=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3AFF is #35C500. Grayscale: #7A7A7A. Windows color (decimal): -3523841 or 16726730. OLE color: 16726730.

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

Color convert

RGB20258255-
CMYK0.210.7700
HSL283.86º100%61.37%-
HSV(B)283.86º77.25%100%-
XYZ43.9222.896.69-
YUV123.51202.21183.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.22%
GREEN value IS 58 (23.05% from 255) = 11.26%
BLUE value IS 255 (100% from 255) = 49.51%
R=39.22%
G=11.26%
B=49.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal202582550.210.7700283.8610061.37
HexCA3AFF154D0011c643d
Octal31272377251150043414475
Binary1100101011101011111111101011001101001000111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3AFF; }

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

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

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

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

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

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

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

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