Html Css Color HEX #CE56D5 Medium Orchid

📋 copy color: '#CE56D5'

red 206 ◦ green 86 ◦ blue 213

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

Shades of Medium Orchid #CE56D5

Tints of Medium Orchid #CE56D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 40.79%
G = 17.03%
B = 42.18%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE56D5 (or 0xCE56D5) is known color: Medium Orchid. HEX triplet: CE, 56 and D5. RGB value is (206,86,213). Sum of RGB (Red+Green+Blue) = 206+86+213=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE56D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE56D5 is #31A92A. Grayscale: #878787. Windows color (decimal): -3254571 or 13981390. OLE color: 13981390.

HSL color Cylindrical-coordinate representation of color #CE56D5: hue angle of 296.69º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE56D5 is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 86 213 -
CMYK 0.03 0.60 0 0.16
HSL 296.69º 0.6% 0.59% -
HSV(B) 296.69º 0.6% 0.84% -
XYZ 40.79 24.58 65.55 -
YUV 136.36 171.26 177.67 -
System Red Green Blue C M Y K H S L
Decimal 206 86 213 0.03 0.60 0 0.16 296.69 0.6 0.59
Hex CE 56 D5 3 3C 0 10 129 3C 3B
Octal 316 126 325 3 74 0 20 451 74 73
Binary 11001110 1010110 11010101 11 111100 0 10000 100101001 111100 111011

Color Harmonies of #CE56D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56D5

Black with #CE56D5

Text Example


Text Example

White with #CE56D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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