#CA4DF1

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

Shades of Medium Orchid #CA4DF1

Tints of Medium Orchid #CA4DF1

Color information

#CA4DF1 (or 0xCA4DF1) is unknown color: approx Medium Orchid. HEX triplet: CA, 4D and F1. RGB value is (202,77,241). Sum of RGB (Red+Green+Blue) = 202+77+241=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA4DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DF1 is #35B20E. Grayscale: #848484. Windows color (decimal): -3518991 or 15814090. OLE color: 15814090.

HSL color Cylindrical-coordinate representation of color #CA4DF1: hue angle of 285.73º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4DF1 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20277241-
CMYK0.160.6800.05
HSL285.73º85.42%62.35%-
HSV(B)285.73º68.05%94.51%-
XYZ42.8924.2285.63-
YUV133.07188.91177.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.85%
GREEN value IS 77 (30.47% from 255) = 14.81%
BLUE value IS 241 (94.53% from 255) = 46.35%
R=38.85%
G=14.81%
B=46.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202772410.160.6800.05285.7385.4262.35
HexCA4DF110440511e553e
Octal312115361201040543612576
Binary1100101010011011111000110000100010001011000111101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4DF1; }

 p { color: rgb(202,77,241); }

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

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

 a { background-color: rgb(202,77,241); }

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

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

 span { border-color: rgb(202,77,241); }

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