Html Css Color HEX #CE54DD Medium Orchid

📋 copy color: '#CE54DD'

red 206 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #CE54DD

Tints of Medium Orchid #CE54DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.44%

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

R = 40.31%
G = 16.44%
B = 43.25%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE54DD (or 0xCE54DD) is known color: Medium Orchid. HEX triplet: CE, 54 and DD. RGB value is (206,84,221). Sum of RGB (Red+Green+Blue) = 206+84+221=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 84 (33.20% from 255 or 16.44% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54DD is #31AB22. Grayscale: #878787. Windows color (decimal): -3255075 or 14505166. OLE color: 14505166.

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

Color convert

RGB 206 84 221 -
CMYK 0.07 0.62 0 0.13
HSL 293.43º 0.67% 0.6% -
HSV(B) 293.43º 0.62% 0.87% -
XYZ 41.68 24.68 70.97 -
YUV 136.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 206 84 221 0.07 0.62 0 0.13 293.43 0.67 0.6
Hex CE 54 DD 7 3E 0 D 125 43 3C
Octal 316 124 335 7 76 0 15 445 103 74
Binary 11001110 1010100 11011101 111 111110 0 1101 100100101 1000011 111100

Color Harmonies of #CE54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54DD

Black with #CE54DD

Text Example


Text Example

White with #CE54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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