Html Css Color HEX #CE56E7 Medium Orchid

📋 copy color: '#CE56E7'

red 206 ◦ green 86 ◦ blue 231

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

Shades of Medium Orchid #CE56E7

Tints of Medium Orchid #CE56E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.17%

R = 39.39%
G = 16.44%
B = 44.17%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE56E7 (or 0xCE56E7) is known color: Medium Orchid. HEX triplet: CE, 56 and E7. RGB value is (206,86,231). Sum of RGB (Red+Green+Blue) = 206+86+231=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 86 (33.98% from 255 or 16.44% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE56E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56E7 is #31A918. Grayscale: #898989. Windows color (decimal): -3254553 or 15161038. OLE color: 15161038.

HSL color Cylindrical-coordinate representation of color #CE56E7: hue angle of 289.66º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE56E7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 86 231 -
CMYK 0.11 0.63 0 0.09
HSL 289.66º 0.75% 0.62% -
HSV(B) 289.66º 0.63% 0.91% -
XYZ 43.21 25.55 78.26 -
YUV 138.41 180.26 176.21 -
System Red Green Blue C M Y K H S L
Decimal 206 86 231 0.11 0.63 0 0.09 289.66 0.75 0.62
Hex CE 56 E7 B 3F 0 9 122 4B 3E
Octal 316 126 347 13 77 0 11 442 113 76
Binary 11001110 1010110 11100111 1011 111111 0 1001 100100010 1001011 111110

Color Harmonies of #CE56E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE56E7

Black with #CE56E7

Text Example


Text Example

White with #CE56E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE56E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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