#CA3DD4

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

Shades of Medium Orchid #CA3DD4

Tints of Medium Orchid #CA3DD4

Color information

#CA3DD4 (or 0xCA3DD4) is unknown color: approx Medium Orchid. HEX triplet: CA, 3D and D4. RGB value is (202,61,212). Sum of RGB (Red+Green+Blue) = 202+61+212=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA3DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DD4 is #35C22B. Grayscale: #777777. Windows color (decimal): -3523116 or 13909450. OLE color: 13909450.

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

Color convert

RGB20261212-
CMYK0.050.7100.17
HSL296.03º63.71%53.53%-
HSV(B)296.03º71.23%83.14%-
XYZ37.9120.6564.27-
YUV120.37179.71186.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 61 (24.22% from 255) = 12.84%
BLUE value IS 212 (83.20% from 255) = 44.63%
R=42.53%
G=12.84%
B=44.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202612120.050.7100.17296.0363.7153.53
HexCA3DD45470111284036
Octal31275324510702145010066
Binary110010101111011101010010110001110100011001010001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3DD4; }

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

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

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

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

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

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

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

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