#CE30D7

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

Shades of Medium Orchid #CE30D7

Tints of Medium Orchid #CE30D7

Color information

#CE30D7 (or 0xCE30D7) is unknown color: approx Medium Orchid. HEX triplet: CE, 30 and D7. RGB value is (206,48,215). Sum of RGB (Red+Green+Blue) = 206+48+215=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 215 (84.38% from 255 or 45.84% from 469); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE30D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30D7 is #31CF28. Grayscale: #717171. Windows color (decimal): -3264297 or 14102734. OLE color: 14102734.

HSL color Cylindrical-coordinate representation of color #CE30D7: hue angle of 296.77º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE30D7 is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20648215-
CMYK0.040.7800.16
HSL296.77º67.61%51.57%-
HSV(B)296.77º77.67%84.31%-
XYZ38.7820.1466.13-
YUV114.28184.85193.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.92%
GREEN value IS 48 (19.14% from 255) = 10.23%
BLUE value IS 215 (84.38% from 255) = 45.84%
R=43.92%
G=10.23%
B=45.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206482150.040.7800.16296.7767.6151.57
HexCE30D744E0101294434
Octal31660327411602045110464
Binary110011101100001101011110010011100100001001010011000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE30D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE30D7; }

 p { color: rgb(206,48,215); }

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

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

 a { background-color: rgb(206,48,215); }

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

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

 span { border-color: rgb(206,48,215); }

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