#CE4BDC

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

Shades of Medium Orchid #CE4BDC

Tints of Medium Orchid #CE4BDC

Color information

#CE4BDC (or 0xCE4BDC) is unknown color: approx Medium Orchid. HEX triplet: CE, 4B and DC. RGB value is (206,75,220). Sum of RGB (Red+Green+Blue) = 206+75+220=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE4BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDC is #31B423. Grayscale: #828282. Windows color (decimal): -3257380 or 14437326. OLE color: 14437326.

HSL color Cylindrical-coordinate representation of color #CE4BDC: hue angle of 294.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDC is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20675220-
CMYK0.060.6600.14
HSL294.21º67.44%57.84%-
HSV(B)294.21º65.91%86.27%-
XYZ40.8923.3270.06-
YUV130.7178.4181.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 75 (29.69% from 255) = 14.97%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=41.12%
G=14.97%
B=43.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206752200.060.6600.14294.2167.4457.84
HexCE4BDC6420E126433a
Octal316113334610201644610372
Binary110011101001011110111001101000010011101001001101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BDC; }

 p { color: rgb(206,75,220); }

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

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

 a { background-color: rgb(206,75,220); }

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

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

 span { border-color: rgb(206,75,220); }

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