#CD3FE3

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

Shades of Medium Orchid #CD3FE3

Tints of Medium Orchid #CD3FE3

Color information

#CD3FE3 (or 0xCD3FE3) is unknown color: approx Medium Orchid. HEX triplet: CD, 3F and E3. RGB value is (205,63,227). Sum of RGB (Red+Green+Blue) = 205+63+227=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #CD3FE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FE3 is #32C01C. Grayscale: #7B7B7B. Windows color (decimal): -3325981 or 14893005. OLE color: 14893005.

HSL color Cylindrical-coordinate representation of color #CD3FE3: hue angle of 291.95º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3FE3 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20563227-
CMYK0.100.7200.11
HSL291.95º74.55%56.86%-
HSV(B)291.95º72.25%89.02%-
XYZ40.8222.0874.78-
YUV124.15186.04185.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 63 (25% from 255) = 12.73%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=41.41%
G=12.73%
B=45.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal205632270.100.7200.11291.9574.5556.86
HexCD3FE3A480B1244b39
Octal315773431211001344411371
Binary110011011111111110001110101001000010111001001001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3FE3; }

 p { color: rgb(205,63,227); }

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

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

 a { background-color: rgb(205,63,227); }

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

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

 span { border-color: rgb(205,63,227); }

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