#ca4dd4

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

Shades of Medium Orchid #CA4DD4

Tints of Medium Orchid #CA4DD4

Color information

#CA4DD4 (or 0xCA4DD4) is unknown color: approx Medium Orchid. HEX triplet: CA, 4D and D4. RGB value is (202,77,212). Sum of RGB (Red+Green+Blue) = 202+77+212=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 77 (30.47% from 255 or 15.68% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA4DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DD4 is #35B22B. Grayscale: #818181. Windows color (decimal): -3519020 or 13913546. OLE color: 13913546.

HSL color Cylindrical-coordinate representation of color #CA4DD4: hue angle of 295.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4DD4 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20277212-
CMYK0.050.6400.17
HSL295.56º61.09%56.67%-
HSV(B)295.56º63.68%83.14%-
XYZ38.8922.6264.6-
YUV129.76174.41179.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 41.14%
GREEN value IS 77 (30.47% from 255) = 15.68%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=41.14%
G=15.68%
B=43.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202772120.050.6400.17295.5661.0956.67
HexCA4DD45400111283d39
Octal31211532451000214507571
Binary110010101001101110101001011000000010001100101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4dd4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4dd4; }

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

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

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

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

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

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

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

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