#CD46EE

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

Shades of Medium Orchid #CD46EE

Tints of Medium Orchid #CD46EE

Color information

#CD46EE (or 0xCD46EE) is unknown color: approx Medium Orchid. HEX triplet: CD, 46 and EE. RGB value is (205,70,238). Sum of RGB (Red+Green+Blue) = 205+70+238=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD46EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD46EE is #32B911. Grayscale: #808080. Windows color (decimal): -3324178 or 15615693. OLE color: 15615693.

HSL color Cylindrical-coordinate representation of color #CD46EE: hue angle of 288.21º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD46EE is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20570238-
CMYK0.140.7100.07
HSL288.21º83.17%60.39%-
HSV(B)288.21º70.59%93.33%-
XYZ42.823.5383.18-
YUV129.52189.23181.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 70 (27.73% from 255) = 13.65%
BLUE value IS 238 (93.36% from 255) = 46.39%
R=39.96%
G=13.65%
B=46.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205702380.140.7100.07288.2183.1760.39
HexCD46EEE4707120533c
Octal315106356161070744012374
Binary110011011000110111011101110100011101111001000001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD46EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD46EE; }

 p { color: rgb(205,70,238); }

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

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

 a { background-color: rgb(205,70,238); }

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

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

 span { border-color: rgb(205,70,238); }

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