#CA3EF5

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

Shades of Medium Orchid #CA3EF5

Tints of Medium Orchid #CA3EF5

Color information

#CA3EF5 (or 0xCA3EF5) is unknown color: approx Medium Orchid. HEX triplet: CA, 3E and F5. RGB value is (202,62,245). Sum of RGB (Red+Green+Blue) = 202+62+245=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA3EF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3EF5 is #35C10A. Grayscale: #7C7C7C. Windows color (decimal): -3522827 or 16072394. OLE color: 16072394.

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

Color convert

RGB20262245-
CMYK0.180.7500.04
HSL285.9º90.15%60.2%-
HSV(B)285.9º74.69%96.08%-
XYZ42.5622.5988.5-
YUV124.72195.88183.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 62 (24.61% from 255) = 12.18%
BLUE value IS 245 (96.09% from 255) = 48.13%
R=39.69%
G=12.18%
B=48.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal202622450.180.7500.04285.990.1560.2
HexCA3EF5124B0411e5a3c
Octal31276365221130443613274
Binary110010101111101111010110010100101101001000111101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3EF5; }

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

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

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

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

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

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

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

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