Html Css Color HEX #CE50DF Medium Orchid

📋 copy color: '#CE50DF'

red 206 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #CE50DF

Tints of Medium Orchid #CE50DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.72%

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

R = 40.47%
G = 15.72%
B = 43.81%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE50DF (or 0xCE50DF) is known color: Medium Orchid. HEX triplet: CE, 50 and DF. RGB value is (206,80,223). Sum of RGB (Red+Green+Blue) = 206+80+223=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 80 (31.64% from 255 or 15.72% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE50DF is #31AF20. Grayscale: #858585. Windows color (decimal): -3256097 or 14635214. OLE color: 14635214.

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

Color convert

RGB 206 80 223 -
CMYK 0.08 0.64 0 0.13
HSL 292.87º 0.69% 0.59% -
HSV(B) 292.87º 0.64% 0.87% -
XYZ 41.64 24.19 72.29 -
YUV 133.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 206 80 223 0.08 0.64 0 0.13 292.87 0.69 0.59
Hex CE 50 DF 8 40 0 D 125 45 3B
Octal 316 120 337 10 100 0 15 445 105 73
Binary 11001110 1010000 11011111 1000 1000000 0 1101 100100101 1000101 111011

Color Harmonies of #CE50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE50DF

Black with #CE50DF

Text Example


Text Example

White with #CE50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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