Html Css Color HEX #CE55DF Medium Orchid

📋 copy color: '#CE55DF'

red 206 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #CE55DF

Tints of Medium Orchid #CE55DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.54%

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

R = 40.08%
G = 16.54%
B = 43.39%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE55DF (or 0xCE55DF) is known color: Medium Orchid. HEX triplet: CE, 55 and DF. RGB value is (206,85,223). Sum of RGB (Red+Green+Blue) = 206+85+223=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 85 (33.59% from 255 or 16.54% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE55DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55DF is #31AA20. Grayscale: #888888. Windows color (decimal): -3254817 or 14636494. OLE color: 14636494.

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

Color convert

RGB 206 85 223 -
CMYK 0.08 0.62 0 0.13
HSL 292.61º 0.68% 0.6% -
HSV(B) 292.61º 0.62% 0.87% -
XYZ 42.02 24.95 72.41 -
YUV 136.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 206 85 223 0.08 0.62 0 0.13 292.61 0.68 0.6
Hex CE 55 DF 8 3E 0 D 125 44 3C
Octal 316 125 337 10 76 0 15 445 104 74
Binary 11001110 1010101 11011111 1000 111110 0 1101 100100101 1000100 111100

Color Harmonies of #CE55DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55DF

Black with #CE55DF

Text Example


Text Example

White with #CE55DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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