#CA3FD4

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

Shades of Medium Orchid #CA3FD4

Tints of Medium Orchid #CA3FD4

Color information

#CA3FD4 (or 0xCA3FD4) is unknown color: approx Medium Orchid. HEX triplet: CA, 3F and D4. RGB value is (202,63,212). Sum of RGB (Red+Green+Blue) = 202+63+212=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA3FD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FD4 is #35C02B. Grayscale: #797979. Windows color (decimal): -3522604 or 13909962. OLE color: 13909962.

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

Color convert

RGB20263212-
CMYK0.050.7000.17
HSL295.97º63.4%53.92%-
HSV(B)295.97º70.28%83.14%-
XYZ38.0220.8764.31-
YUV121.55179.05185.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 63 (25% from 255) = 13.21%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=42.35%
G=13.21%
B=44.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal202632120.050.7000.17295.9763.453.92
HexCA3FD45460111283f36
Octal3127732451060214507766
Binary11001010111111110101001011000110010001100101000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3FD4; }

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

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

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

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

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

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

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

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