Html Css Color HEX #CE58D8 Medium Orchid

📋 copy color: '#CE58D8'

red 206 ◦ green 88 ◦ blue 216

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

Shades of Medium Orchid #CE58D8

Tints of Medium Orchid #CE58D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.35%

R = 40.39%
G = 17.25%
B = 42.35%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE58D8 (or 0xCE58D8) is known color: Medium Orchid. HEX triplet: CE, 58 and D8. RGB value is (206,88,216). Sum of RGB (Red+Green+Blue) = 206+88+216=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 88 (34.77% from 255 or 17.25% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE58D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE58D8 is #31A727. Grayscale: #898989. Windows color (decimal): -3254056 or 14178510. OLE color: 14178510.

HSL color Cylindrical-coordinate representation of color #CE58D8: hue angle of 295.31º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE58D8 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 88 216 -
CMYK 0.05 0.59 0 0.15
HSL 295.31º 0.62% 0.6% -
HSV(B) 295.31º 0.59% 0.85% -
XYZ 41.34 25.06 67.62 -
YUV 137.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 206 88 216 0.05 0.59 0 0.15 295.31 0.62 0.6
Hex CE 58 D8 5 3B 0 F 127 3E 3C
Octal 316 130 330 5 73 0 17 447 76 74
Binary 11001110 1011000 11011000 101 111011 0 1111 100100111 111110 111100

Color Harmonies of #CE58D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58D8

Black with #CE58D8

Text Example


Text Example

White with #CE58D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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