Html Css Color HEX #CE59DA Medium Orchid

📋 copy color: '#CE59DA'

red 206 ◦ green 89 ◦ blue 218

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

Shades of Medium Orchid #CE59DA

Tints of Medium Orchid #CE59DA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.35%

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 40.16%
G = 17.35%
B = 42.5%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE59DA (or 0xCE59DA) is known color: Medium Orchid. HEX triplet: CE, 59 and DA. RGB value is (206,89,218). Sum of RGB (Red+Green+Blue) = 206+89+218=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE59DA is #31A625. Grayscale: #8A8A8A. Windows color (decimal): -3253798 or 14309838. OLE color: 14309838.

HSL color Cylindrical-coordinate representation of color #CE59DA: hue angle of 294.42º degrees, saturation: 0.64, 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 #CE59DA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 89 218 -
CMYK 0.06 0.59 0 0.15
HSL 294.42º 0.64% 0.6% -
HSV(B) 294.42º 0.59% 0.85% -
XYZ 41.68 25.33 69.02 -
YUV 138.69 172.76 176.01 -
System Red Green Blue C M Y K H S L
Decimal 206 89 218 0.06 0.59 0 0.15 294.42 0.64 0.6
Hex CE 59 DA 6 3B 0 F 126 40 3C
Octal 316 131 332 6 73 0 17 446 100 74
Binary 11001110 1011001 11011010 110 111011 0 1111 100100110 1000000 111100

Color Harmonies of #CE59DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE59DA

Black with #CE59DA

Text Example


Text Example

White with #CE59DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE59DA; }

 p { color: rgb(206,89,218); }

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

background-color css

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

 a { background-color: rgb(206,89,218); }

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

border-color css

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

 span { border-color: rgb(206,89,218); }

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