#CA33F5

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

Shades of Medium Orchid #CA33F5

Tints of Medium Orchid #CA33F5

Color information

#CA33F5 (or 0xCA33F5) is unknown color: approx Medium Orchid. HEX triplet: CA, 33 and F5. RGB value is (202,51,245). Sum of RGB (Red+Green+Blue) = 202+51+245=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 245 (96.09% from 255 or 49.20% from 498); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA33F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33F5 is #35CC0A. Grayscale: #757575. Windows color (decimal): -3525643 or 16069578. OLE color: 16069578.

HSL color Cylindrical-coordinate representation of color #CA33F5: hue angle of 286.7º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA33F5 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20251245-
CMYK0.180.7900.04
HSL286.7º90.65%58.04%-
HSV(B)286.7º79.18%96.08%-
XYZ42.0221.5288.32-
YUV118.26199.53187.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 51 (20.31% from 255) = 10.24%
BLUE value IS 245 (96.09% from 255) = 49.20%
R=40.56%
G=10.24%
B=49.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202512450.180.7900.04286.790.6558.04
HexCA33F5124F0411f5b3a
Octal31263365221170443713372
Binary110010101100111111010110010100111101001000111111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33F5; }

 p { color: rgb(202,51,245); }

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

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

 a { background-color: rgb(202,51,245); }

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

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

 span { border-color: rgb(202,51,245); }

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