#CD3FFD

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

Shades of Medium Orchid #CD3FFD

Tints of Medium Orchid #CD3FFD

Color information

#CD3FFD (or 0xCD3FFD) is unknown color: approx Medium Orchid. HEX triplet: CD, 3F and FD. RGB value is (205,63,253). Sum of RGB (Red+Green+Blue) = 205+63+253=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 63 (25% from 255 or 12.09% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3FFD is #32C002. Grayscale: #7E7E7E. Windows color (decimal): -3325955 or 16596941. OLE color: 16596941.

HSL color Cylindrical-coordinate representation of color #CD3FFD: hue angle of 284.84º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3FFD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20563253-
CMYK0.190.7500.01
HSL284.84º97.94%61.96%-
HSV(B)284.84º75.1%99.22%-
XYZ44.6823.6395.13-
YUV127.12199.04183.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.35%
GREEN value IS 63 (25% from 255) = 12.09%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=39.35%
G=12.09%
B=48.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205632530.190.7500.01284.8497.9461.96
HexCD3FFD134B0111d623e
Octal31577375231130143514276
Binary1100110111111111111101100111001011011000111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3FFD; }

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

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

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

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

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

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

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

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