Html Css Color HEX #CE48DC Medium Orchid

📋 copy color: '#CE48DC'

red 206 ◦ green 72 ◦ blue 220

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

Shades of Medium Orchid #CE48DC

Tints of Medium Orchid #CE48DC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.46%

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

R = 41.37%
G = 14.46%
B = 44.18%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE48DC (or 0xCE48DC) is known color: Medium Orchid. HEX triplet: CE, 48 and DC. RGB value is (206,72,220). Sum of RGB (Red+Green+Blue) = 206+72+220=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48DC is #31B723. Grayscale: #808080. Windows color (decimal): -3258148 or 14436558. OLE color: 14436558.

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

Color convert

RGB 206 72 220 -
CMYK 0.06 0.67 0 0.14
HSL 294.32º 0.68% 0.57% -
HSV(B) 294.32º 0.67% 0.86% -
XYZ 40.69 22.92 69.99 -
YUV 128.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 206 72 220 0.06 0.67 0 0.14 294.32 0.68 0.57
Hex CE 48 DC 6 43 0 E 126 44 39
Octal 316 110 334 6 103 0 16 446 104 71
Binary 11001110 1001000 11011100 110 1000011 0 1110 100100110 1000100 111001

Color Harmonies of #CE48DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48DC

Black with #CE48DC

Text Example


Text Example

White with #CE48DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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