Html Css Color HEX #CE56D8 Medium Orchid

📋 copy color: '#CE56D8'

red 206 ◦ green 86 ◦ blue 216

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

Shades of Medium Orchid #CE56D8

Tints of Medium Orchid #CE56D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 40.55%
G = 16.93%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE56D8 (or 0xCE56D8) is known color: Medium Orchid. HEX triplet: CE, 56 and D8. RGB value is (206,86,216). Sum of RGB (Red+Green+Blue) = 206+86+216=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE56D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56D8 is #31A927. Grayscale: #888888. Windows color (decimal): -3254568 or 14177998. OLE color: 14177998.

HSL color Cylindrical-coordinate representation of color #CE56D8: hue angle of 295.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE56D8 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 86 216 -
CMYK 0.05 0.60 0 0.15
HSL 295.38º 0.63% 0.59% -
HSV(B) 295.38º 0.6% 0.85% -
XYZ 41.18 24.74 67.57 -
YUV 136.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 206 86 216 0.05 0.60 0 0.15 295.38 0.63 0.59
Hex CE 56 D8 5 3C 0 F 127 3E 3B
Octal 316 126 330 5 74 0 17 447 76 73
Binary 11001110 1010110 11011000 101 111100 0 1111 100100111 111110 111011

Color Harmonies of #CE56D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56D8

Black with #CE56D8

Text Example


Text Example

White with #CE56D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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