Html Css Color HEX #CE56DA Medium Orchid

📋 copy color: '#CE56DA'

red 206 ◦ green 86 ◦ blue 218

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

Shades of Medium Orchid #CE56DA

Tints of Medium Orchid #CE56DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 40.39%
G = 16.86%
B = 42.75%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE56DA (or 0xCE56DA) is known color: Medium Orchid. HEX triplet: CE, 56 and DA. RGB value is (206,86,218). Sum of RGB (Red+Green+Blue) = 206+86+218=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56DA is #31A925. Grayscale: #888888. Windows color (decimal): -3254566 or 14309070. OLE color: 14309070.

HSL color Cylindrical-coordinate representation of color #CE56DA: hue angle of 294.55º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE56DA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 86 218 -
CMYK 0.06 0.61 0 0.15
HSL 294.55º 0.64% 0.6% -
HSV(B) 294.55º 0.61% 0.85% -
XYZ 41.44 24.84 68.94 -
YUV 136.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 206 86 218 0.06 0.61 0 0.15 294.55 0.64 0.6
Hex CE 56 DA 6 3D 0 F 127 40 3C
Octal 316 126 332 6 75 0 17 447 100 74
Binary 11001110 1010110 11011010 110 111101 0 1111 100100111 1000000 111100

Color Harmonies of #CE56DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56DA

Black with #CE56DA

Text Example


Text Example

White with #CE56DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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