Html Css Color HEX #CE58DC Medium Orchid

📋 copy color: '#CE58DC'

red 206 ◦ green 88 ◦ blue 220

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

Shades of Medium Orchid #CE58DC

Tints of Medium Orchid #CE58DC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.12%

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

R = 40.08%
G = 17.12%
B = 42.8%

CMYK

 C value IS 0.06

 M value IS 0.6

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE58DC (or 0xCE58DC) is known color: Medium Orchid. HEX triplet: CE, 58 and DC. RGB value is (206,88,220). Sum of RGB (Red+Green+Blue) = 206+88+220=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE58DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58DC is #31A723. Grayscale: #898989. Windows color (decimal): -3254052 or 14440654. OLE color: 14440654.

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

Color convert

RGB 206 88 220 -
CMYK 0.06 0.6 0 0.14
HSL 293.64º 0.65% 0.6% -
HSV(B) 293.64º 0.6% 0.86% -
XYZ 41.86 25.27 70.38 -
YUV 138.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 206 88 220 0.06 0.6 0 0.14 293.64 0.65 0.6
Hex CE 58 DC 6 3C 0 E 126 41 3C
Octal 316 130 334 6 74 0 16 446 101 74
Binary 11001110 1011000 11011100 110 111100 0 1110 100100110 1000001 111100

Color Harmonies of #CE58DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58DC

Black with #CE58DC

Text Example


Text Example

White with #CE58DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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