Html Css Color HEX #CE5AD8 Medium Orchid

📋 copy color: '#CE5AD8'

red 206 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #CE5AD8

Tints of Medium Orchid #CE5AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.58%

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

R = 40.23%
G = 17.58%
B = 42.19%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE5AD8 (or 0xCE5AD8) is known color: Medium Orchid. HEX triplet: CE, 5A and D8. RGB value is (206,90,216). Sum of RGB (Red+Green+Blue) = 206+90+216=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 216 (84.77% from 255 or 42.19% from 512); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD8 is #31A527. Grayscale: #8A8A8A. Windows color (decimal): -3253544 or 14179022. OLE color: 14179022.

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

Color convert

RGB 206 90 216 -
CMYK 0.05 0.58 0 0.15
HSL 295.24º 0.62% 0.6% -
HSV(B) 295.24º 0.58% 0.85% -
XYZ 41.5 25.39 67.68 -
YUV 139.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 206 90 216 0.05 0.58 0 0.15 295.24 0.62 0.6
Hex CE 5A D8 5 3A 0 F 127 3E 3C
Octal 316 132 330 5 72 0 17 447 76 74
Binary 11001110 1011010 11011000 101 111010 0 1111 100100111 111110 111100

Color Harmonies of #CE5AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5AD8

Black with #CE5AD8

Text Example


Text Example

White with #CE5AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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