Html Css Color HEX #CE48ED Medium Orchid

📋 copy color: '#CE48ED'

red 206 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #CE48ED

Tints of Medium Orchid #CE48ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.02%

R = 40%
G = 13.98%
B = 46.02%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE48ED (or 0xCE48ED) is known color: Medium Orchid. HEX triplet: CE, 48 and ED. RGB value is (206,72,237). Sum of RGB (Red+Green+Blue) = 206+72+237=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 72 (28.52% from 255 or 13.98% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48ED is #31B712. Grayscale: #828282. Windows color (decimal): -3258131 or 15550670. OLE color: 15550670.

HSL color Cylindrical-coordinate representation of color #CE48ED: hue angle of 288.73º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE48ED is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 72 237 -
CMYK 0.13 0.70 0 0.07
HSL 288.73º 0.82% 0.61% -
HSV(B) 288.73º 0.7% 0.93% -
XYZ 43.06 23.87 82.46 -
YUV 130.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 206 72 237 0.13 0.70 0 0.07 288.73 0.82 0.61
Hex CE 48 ED D 46 0 7 121 52 3D
Octal 316 110 355 15 106 0 7 441 122 75
Binary 11001110 1001000 11101101 1101 1000110 0 111 100100001 1010010 111101

Color Harmonies of #CE48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48ED

Black with #CE48ED

Text Example


Text Example

White with #CE48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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