#ca3df2

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

Shades of Medium Orchid #CA3DF2

Tints of Medium Orchid #CA3DF2

Color information

#CA3DF2 (or 0xCA3DF2) is unknown color: approx Medium Orchid. HEX triplet: CA, 3D and F2. RGB value is (202,61,242). Sum of RGB (Red+Green+Blue) = 202+61+242=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA3DF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DF2 is #35C20D. Grayscale: #7B7B7B. Windows color (decimal): -3523086 or 15875530. OLE color: 15875530.

HSL color Cylindrical-coordinate representation of color #CA3DF2: hue angle of 286.74º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3DF2 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20261242-
CMYK0.170.7500.05
HSL286.74º87.44%59.41%-
HSV(B)286.74º74.79%94.9%-
XYZ42.0522.386.09-
YUV123.79194.71183.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 12.08%
BLUE value IS 242 (94.92% from 255) = 47.92%
R=40%
G=12.08%
B=47.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal202612420.170.7500.05286.7487.4459.41
HexCA3DF2114B0511f573b
Octal31275362211130543712773
Binary110010101111011111001010001100101101011000111111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca3df2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca3df2; }

 p { color: rgb(202,61,242); }

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

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

 a { background-color: rgb(202,61,242); }

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

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

 span { border-color: rgb(202,61,242); }

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