#CA3FF1

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

Shades of Medium Orchid #CA3FF1

Tints of Medium Orchid #CA3FF1

Color information

#CA3FF1 (or 0xCA3FF1) is unknown color: approx Medium Orchid. HEX triplet: CA, 3F and F1. RGB value is (202,63,241). Sum of RGB (Red+Green+Blue) = 202+63+241=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA3FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FF1 is #35C00E. Grayscale: #7C7C7C. Windows color (decimal): -3522575 or 15810506. OLE color: 15810506.

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

Color convert

RGB20263241-
CMYK0.160.7400.05
HSL286.85º86.41%59.61%-
HSV(B)286.85º73.86%94.51%-
XYZ42.0122.4685.34-
YUV124.85193.55183.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.92%
GREEN value IS 63 (25% from 255) = 12.45%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=39.92%
G=12.45%
B=47.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202632410.160.7400.05286.8586.4159.61
HexCA3FF1104A0511f563c
Octal31277361201120543712674
Binary110010101111111111000110000100101001011000111111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3FF1; }

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

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

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

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

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

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

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

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