Html Css Color HEX #CE5DDC Medium Orchid

📋 copy color: '#CE5DDC'

red 206 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #CE5DDC

Tints of Medium Orchid #CE5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

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

R = 39.69%
G = 17.92%
B = 42.39%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE5DDC (or 0xCE5DDC) is known color: Medium Orchid. HEX triplet: CE, 5D and DC. RGB value is (206,93,220). Sum of RGB (Red+Green+Blue) = 206+93+220=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DDC is #31A223. Grayscale: #8C8C8C. Windows color (decimal): -3252772 or 14441934. OLE color: 14441934.

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

Color convert

RGB 206 93 220 -
CMYK 0.06 0.58 0 0.14
HSL 293.39º 0.64% 0.61% -
HSV(B) 293.39º 0.58% 0.86% -
XYZ 42.29 26.12 70.52 -
YUV 141.27 172.44 174.17 -
System Red Green Blue C M Y K H S L
Decimal 206 93 220 0.06 0.58 0 0.14 293.39 0.64 0.61
Hex CE 5D DC 6 3A 0 E 125 40 3D
Octal 316 135 334 6 72 0 16 445 100 75
Binary 11001110 1011101 11011100 110 111010 0 1110 100100101 1000000 111101

Color Harmonies of #CE5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DDC

Black with #CE5DDC

Text Example


Text Example

White with #CE5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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