Html Css Color HEX #CE4ED9 Medium Orchid

📋 copy color: '#CE4ED9'

red 206 ◦ green 78 ◦ blue 217

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

Shades of Medium Orchid #CE4ED9

Tints of Medium Orchid #CE4ED9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.57%

 BLUE value IS 217 (85.16% from 255) = 43.31%

R = 41.12%
G = 15.57%
B = 43.31%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE4ED9 (or 0xCE4ED9) is known color: Medium Orchid. HEX triplet: CE, 4E and D9. RGB value is (206,78,217). Sum of RGB (Red+Green+Blue) = 206+78+217=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 78 (30.86% from 255 or 15.57% from 501); Blue value is 217 (85.16% from 255 or 43.31% from 501); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE4ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ED9 is #31B126. Grayscale: #838383. Windows color (decimal): -3256615 or 14241486. OLE color: 14241486.

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

Color convert

RGB 206 78 217 -
CMYK 0.05 0.64 0 0.15
HSL 295.25º 0.65% 0.58% -
HSV(B) 295.25º 0.64% 0.85% -
XYZ 40.7 23.58 68.05 -
YUV 132.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 206 78 217 0.05 0.64 0 0.15 295.25 0.65 0.58
Hex CE 4E D9 5 40 0 F 127 41 3A
Octal 316 116 331 5 100 0 17 447 101 72
Binary 11001110 1001110 11011001 101 1000000 0 1111 100100111 1000001 111010

Color Harmonies of #CE4ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4ED9

Black with #CE4ED9

Text Example


Text Example

White with #CE4ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4ED9; }

 p { color: rgb(206,78,217); }

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

background-color css

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

 a { background-color: rgb(206,78,217); }

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

border-color css

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

 span { border-color: rgb(206,78,217); }

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