Html Css Color HEX #CE4EDE Medium Orchid

📋 copy color: '#CE4EDE'

red 206 ◦ green 78 ◦ blue 222

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

Shades of Medium Orchid #CE4EDE

Tints of Medium Orchid #CE4EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 40.71%
G = 15.42%
B = 43.87%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4EDE (or 0xCE4EDE) is known color: Medium Orchid. HEX triplet: CE, 4E and DE. RGB value is (206,78,222). Sum of RGB (Red+Green+Blue) = 206+78+222=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 78 (30.86% from 255 or 15.42% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EDE is #31B121. Grayscale: #848484. Windows color (decimal): -3256610 or 14569166. OLE color: 14569166.

HSL color Cylindrical-coordinate representation of color #CE4EDE: hue angle of 293.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4EDE is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 78 222 -
CMYK 0.07 0.65 0 0.13
HSL 293.33º 0.69% 0.59% -
HSV(B) 293.33º 0.65% 0.87% -
XYZ 41.36 23.84 71.53 -
YUV 132.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 206 78 222 0.07 0.65 0 0.13 293.33 0.69 0.59
Hex CE 4E DE 7 41 0 D 125 45 3B
Octal 316 116 336 7 101 0 15 445 105 73
Binary 11001110 1001110 11011110 111 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CE4EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EDE

Black with #CE4EDE

Text Example


Text Example

White with #CE4EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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