Html Css Color HEX #CE5BD8 Medium Orchid

📋 copy color: '#CE5BD8'

red 206 ◦ green 91 ◦ blue 216

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

Shades of Medium Orchid #CE5BD8

Tints of Medium Orchid #CE5BD8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.74%

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

R = 40.16%
G = 17.74%
B = 42.11%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE5BD8 (or 0xCE5BD8) is known color: Medium Orchid. HEX triplet: CE, 5B and D8. RGB value is (206,91,216). Sum of RGB (Red+Green+Blue) = 206+91+216=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE5BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BD8 is #31A427. Grayscale: #8B8B8B. Windows color (decimal): -3253288 or 14179278. OLE color: 14179278.

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

Color convert

RGB 206 91 216 -
CMYK 0.05 0.58 0 0.15
HSL 295.2º 0.62% 0.6% -
HSV(B) 295.2º 0.58% 0.85% -
XYZ 41.59 25.56 67.71 -
YUV 139.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 206 91 216 0.05 0.58 0 0.15 295.2 0.62 0.6
Hex CE 5B D8 5 3A 0 F 127 3E 3C
Octal 316 133 330 5 72 0 17 447 76 74
Binary 11001110 1011011 11011000 101 111010 0 1111 100100111 111110 111100

Color Harmonies of #CE5BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BD8

Black with #CE5BD8

Text Example


Text Example

White with #CE5BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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