Html Css Color HEX #CE4DDA Medium Orchid

📋 copy color: '#CE4DDA'

red 206 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #CE4DDA

Tints of Medium Orchid #CE4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.37%

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

R = 41.12%
G = 15.37%
B = 43.51%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE4DDA (or 0xCE4DDA) is known color: Medium Orchid. HEX triplet: CE, 4D and DA. RGB value is (206,77,218). Sum of RGB (Red+Green+Blue) = 206+77+218=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 77 (30.47% from 255 or 15.37% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDA is #31B225. Grayscale: #838383. Windows color (decimal): -3256870 or 14306766. OLE color: 14306766.

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

Color convert

RGB 206 77 218 -
CMYK 0.06 0.65 0 0.15
HSL 294.89º 0.66% 0.58% -
HSV(B) 294.89º 0.65% 0.85% -
XYZ 40.76 23.49 68.72 -
YUV 131.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 206 77 218 0.06 0.65 0 0.15 294.89 0.66 0.58
Hex CE 4D DA 6 41 0 F 127 42 3A
Octal 316 115 332 6 101 0 17 447 102 72
Binary 11001110 1001101 11011010 110 1000001 0 1111 100100111 1000010 111010

Color Harmonies of #CE4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DDA

Black with #CE4DDA

Text Example


Text Example

White with #CE4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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