Html Css Color HEX #CE54DC Medium Orchid

📋 copy color: '#CE54DC'

red 206 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #CE54DC

Tints of Medium Orchid #CE54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.14%

R = 40.39%
G = 16.47%
B = 43.14%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE54DC (or 0xCE54DC) is known color: Medium Orchid. HEX triplet: CE, 54 and DC. RGB value is (206,84,220). Sum of RGB (Red+Green+Blue) = 206+84+220=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 84 (33.20% from 255 or 16.47% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE54DC is #31AB23. Grayscale: #878787. Windows color (decimal): -3255076 or 14439630. OLE color: 14439630.

HSL color Cylindrical-coordinate representation of color #CE54DC: hue angle of 293.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE54DC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 84 220 -
CMYK 0.06 0.62 0 0.14
HSL 293.82º 0.66% 0.6% -
HSV(B) 293.82º 0.62% 0.86% -
XYZ 41.54 24.63 70.27 -
YUV 135.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 206 84 220 0.06 0.62 0 0.14 293.82 0.66 0.6
Hex CE 54 DC 6 3E 0 E 126 42 3C
Octal 316 124 334 6 76 0 16 446 102 74
Binary 11001110 1010100 11011100 110 111110 0 1110 100100110 1000010 111100

Color Harmonies of #CE54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE54DC

Black with #CE54DC

Text Example


Text Example

White with #CE54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE54DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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