#CA4FDA

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

Shades of Medium Orchid #CA4FDA

Tints of Medium Orchid #CA4FDA

Color information

#CA4FDA (or 0xCA4FDA) is unknown color: approx Medium Orchid. HEX triplet: CA, 4F and DA. RGB value is (202,79,218). Sum of RGB (Red+Green+Blue) = 202+79+218=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 79 (31.25% from 255 or 15.83% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA4FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4FDA is #35B025. Grayscale: #838383. Windows color (decimal): -3518502 or 14307274. OLE color: 14307274.

HSL color Cylindrical-coordinate representation of color #CA4FDA: hue angle of 293.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4FDA is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20279218-
CMYK0.070.6400.15
HSL293.09º65.26%58.24%-
HSV(B)293.09º63.76%85.49%-
XYZ39.8123.2168.71-
YUV131.62176.75178.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.48%
GREEN value IS 79 (31.25% from 255) = 15.83%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=40.48%
G=15.83%
B=43.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202792180.070.6400.15293.0965.2658.24
HexCA4FDA7400F125413a
Octal312117332710001744510172
Binary110010101001111110110101111000000011111001001011000001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4FDA; }

 p { color: rgb(202,79,218); }

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

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

 a { background-color: rgb(202,79,218); }

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

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

 span { border-color: rgb(202,79,218); }

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