Html Css Color HEX #CE48DB Medium Orchid

📋 copy color: '#CE48DB'

red 206 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #CE48DB

Tints of Medium Orchid #CE48DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 41.45%
G = 14.49%
B = 44.06%

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

#CE48DB (or 0xCE48DB) is known color: Medium Orchid. HEX triplet: CE, 48 and DB. RGB value is (206,72,219). Sum of RGB (Red+Green+Blue) = 206+72+219=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48DB is #31B724. Grayscale: #808080. Windows color (decimal): -3258149 or 14371022. OLE color: 14371022.

HSL color Cylindrical-coordinate representation of color #CE48DB: hue angle of 294.69º degrees, saturation: 0.67, 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 #CE48DB is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 72 219 -
CMYK 0.06 0.67 0 0.14
HSL 294.69º 0.67% 0.57% -
HSV(B) 294.69º 0.67% 0.86% -
XYZ 40.56 22.87 69.29 -
YUV 128.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 206 72 219 0.06 0.67 0 0.14 294.69 0.67 0.57
Hex CE 48 DB 6 43 0 E 127 43 39
Octal 316 110 333 6 103 0 16 447 103 71
Binary 11001110 1001000 11011011 110 1000011 0 1110 100100111 1000011 111001

Color Harmonies of #CE48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48DB

Black with #CE48DB

Text Example


Text Example

White with #CE48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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