Html Css Color HEX #CE4EDD Medium Orchid

📋 copy color: '#CE4EDD'

red 206 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #CE4EDD

Tints of Medium Orchid #CE4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 40.79%
G = 15.45%
B = 43.76%

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

#CE4EDD (or 0xCE4EDD) is known color: Medium Orchid. HEX triplet: CE, 4E and DD. RGB value is (206,78,221). Sum of RGB (Red+Green+Blue) = 206+78+221=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE4EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4EDD is #31B122. Grayscale: #848484. Windows color (decimal): -3256611 or 14503630. OLE color: 14503630.

HSL color Cylindrical-coordinate representation of color #CE4EDD: hue angle of 293.71º degrees, saturation: 0.68, 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 #CE4EDD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 78 221 -
CMYK 0.07 0.65 0 0.13
HSL 293.71º 0.68% 0.59% -
HSV(B) 293.71º 0.65% 0.87% -
XYZ 41.23 23.79 70.83 -
YUV 132.57 177.91 180.37 -
System Red Green Blue C M Y K H S L
Decimal 206 78 221 0.07 0.65 0 0.13 293.71 0.68 0.59
Hex CE 4E DD 7 41 0 D 126 44 3B
Octal 316 116 335 7 101 0 15 446 104 73
Binary 11001110 1001110 11011101 111 1000001 0 1101 100100110 1000100 111011

Color Harmonies of #CE4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EDD

Black with #CE4EDD

Text Example


Text Example

White with #CE4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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