Html Css Color HEX #CE56DF Medium Orchid

📋 copy color: '#CE56DF'

red 206 ◦ green 86 ◦ blue 223

#CE56DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CE56DF

Tints of Medium Orchid #CE56DF

RGB

 RED value IS 206 (80.86% from 255) = 40%

 GREEN value IS 86 (33.98% from 255) = 16.7%

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 40%
G = 16.7%
B = 43.3%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE56DF (or 0xCE56DF) is known color: Medium Orchid. HEX triplet: CE, 56 and DF. RGB value is (206,86,223). Sum of RGB (Red+Green+Blue) = 206+86+223=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56DF is #31A920. Grayscale: #898989. Windows color (decimal): -3254561 or 14636750. OLE color: 14636750.

HSL color Cylindrical-coordinate representation of color #CE56DF: hue angle of 292.55º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE56DF is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 86 223 -
CMYK 0.08 0.61 0 0.13
HSL 292.55º 0.68% 0.61% -
HSV(B) 292.55º 0.61% 0.87% -
XYZ 42.1 25.11 72.44 -
YUV 137.5 176.26 176.86 -
System Red Green Blue C M Y K H S L
Decimal 206 86 223 0.08 0.61 0 0.13 292.55 0.68 0.61
Hex CE 56 DF 8 3D 0 D 125 44 3D
Octal 316 126 337 10 75 0 15 445 104 75
Binary 11001110 1010110 11011111 1000 111101 0 1101 100100101 1000100 111101

Color Harmonies of #CE56DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56DF

Black with #CE56DF

Text Example


Text Example

White with #CE56DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56DF; }

 p { color: rgb(206,86,223); }

 H1.HeaderClassName
 {
   color: #CE56DF;
 }
 .AnyTagClassName
 {
   color: #CE56DF;
 }
</style>

background-color css

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

 a { background-color: rgb(206,86,223); }

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

border-color css

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

 span { border-color: rgb(206,86,223); }

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