Html Css Color HEX #CE5BDC Medium Orchid

📋 copy color: '#CE5BDC'

red 206 ◦ green 91 ◦ blue 220

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

Shades of Medium Orchid #CE5BDC

Tints of Medium Orchid #CE5BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 39.85%
G = 17.6%
B = 42.55%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE5BDC (or 0xCE5BDC) is known color: Medium Orchid. HEX triplet: CE, 5B and DC. RGB value is (206,91,220). Sum of RGB (Red+Green+Blue) = 206+91+220=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5BDC is #31A423. Grayscale: #8B8B8B. Windows color (decimal): -3253284 or 14441422. OLE color: 14441422.

HSL color Cylindrical-coordinate representation of color #CE5BDC: hue angle of 293.49º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5BDC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 91 220 -
CMYK 0.06 0.59 0 0.14
HSL 293.49º 0.65% 0.61% -
HSV(B) 293.49º 0.59% 0.86% -
XYZ 42.11 25.77 70.46 -
YUV 140.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 206 91 220 0.06 0.59 0 0.14 293.49 0.65 0.61
Hex CE 5B DC 6 3B 0 E 125 41 3D
Octal 316 133 334 6 73 0 16 445 101 75
Binary 11001110 1011011 11011100 110 111011 0 1110 100100101 1000001 111101

Color Harmonies of #CE5BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5BDC

Black with #CE5BDC

Text Example


Text Example

White with #CE5BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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