Html Css Color HEX #CE48D6 Medium Orchid

📋 copy color: '#CE48D6'

red 206 ◦ green 72 ◦ blue 214

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

Shades of Medium Orchid #CE48D6

Tints of Medium Orchid #CE48D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 41.87%
G = 14.63%
B = 43.5%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE48D6 (or 0xCE48D6) is known color: Medium Orchid. HEX triplet: CE, 48 and D6. RGB value is (206,72,214). Sum of RGB (Red+Green+Blue) = 206+72+214=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE48D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48D6 is #31B729. Grayscale: #7F7F7F. Windows color (decimal): -3258154 or 14043342. OLE color: 14043342.

HSL color Cylindrical-coordinate representation of color #CE48D6: hue angle of 296.62º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE48D6 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 72 214 -
CMYK 0.04 0.66 0 0.16
HSL 296.62º 0.63% 0.56% -
HSV(B) 296.62º 0.66% 0.84% -
XYZ 39.91 22.61 65.88 -
YUV 128.25 176.39 183.45 -
System Red Green Blue C M Y K H S L
Decimal 206 72 214 0.04 0.66 0 0.16 296.62 0.63 0.56
Hex CE 48 D6 4 42 0 10 129 3F 38
Octal 316 110 326 4 102 0 20 451 77 70
Binary 11001110 1001000 11010110 100 1000010 0 10000 100101001 111111 111000

Color Harmonies of #CE48D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48D6

Black with #CE48D6

Text Example


Text Example

White with #CE48D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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