#CD2FE6

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

Shades of Medium Orchid #CD2FE6

Tints of Medium Orchid #CD2FE6

Color information

#CD2FE6 (or 0xCD2FE6) is unknown color: approx Medium Orchid. HEX triplet: CD, 2F and E6. RGB value is (205,47,230). Sum of RGB (Red+Green+Blue) = 205+47+230=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD2FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2FE6 is #32D019. Grayscale: #727272. Windows color (decimal): -3330074 or 15085517. OLE color: 15085517.

HSL color Cylindrical-coordinate representation of color #CD2FE6: hue angle of 291.8º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2FE6 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20547230-
CMYK0.110.8000.10
HSL291.8º78.54%54.31%-
HSV(B)291.8º79.57%90.2%-
XYZ40.4820.7376.73-
YUV115.1192.85192.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 47 (18.75% from 255) = 9.75%
BLUE value IS 230 (90.23% from 255) = 47.72%
R=42.53%
G=9.75%
B=47.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal205472300.110.8000.10291.878.5454.31
HexCD2FE6B500A1244f36
Octal315573461312001244411766
Binary110011011011111110011010111010000010101001001001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2FE6; }

 p { color: rgb(205,47,230); }

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

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

 a { background-color: rgb(205,47,230); }

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

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

 span { border-color: rgb(205,47,230); }

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