Html Css Color HEX #CE5BDF Medium Orchid

📋 copy color: '#CE5BDF'

red 206 ◦ green 91 ◦ blue 223

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

Shades of Medium Orchid #CE5BDF

Tints of Medium Orchid #CE5BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 39.62%
G = 17.5%
B = 42.88%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE5BDF (or 0xCE5BDF) is known color: Medium Orchid. HEX triplet: CE, 5B and DF. RGB value is (206,91,223). Sum of RGB (Red+Green+Blue) = 206+91+223=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 91 (35.94% from 255 or 17.5% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE5BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BDF is #31A420. Grayscale: #8C8C8C. Windows color (decimal): -3253281 or 14638030. OLE color: 14638030.

HSL color Cylindrical-coordinate representation of color #CE5BDF: hue angle of 292.27º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5BDF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 91 223 -
CMYK 0.08 0.59 0 0.13
HSL 292.27º 0.67% 0.62% -
HSV(B) 292.27º 0.59% 0.87% -
XYZ 42.51 25.93 72.58 -
YUV 140.43 174.6 174.77 -
System Red Green Blue C M Y K H S L
Decimal 206 91 223 0.08 0.59 0 0.13 292.27 0.67 0.62
Hex CE 5B DF 8 3B 0 D 124 43 3E
Octal 316 133 337 10 73 0 15 444 103 76
Binary 11001110 1011011 11011111 1000 111011 0 1101 100100100 1000011 111110

Color Harmonies of #CE5BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BDF

Black with #CE5BDF

Text Example


Text Example

White with #CE5BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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