Html Css Color HEX #CE48F5 Medium Orchid

📋 copy color: '#CE48F5'

red 206 ◦ green 72 ◦ blue 245

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

Shades of Medium Orchid #CE48F5

Tints of Medium Orchid #CE48F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.85%

R = 39.39%
G = 13.77%
B = 46.85%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE48F5 (or 0xCE48F5) is known color: Medium Orchid. HEX triplet: CE, 48 and F5. RGB value is (206,72,245). Sum of RGB (Red+Green+Blue) = 206+72+245=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 72 (28.52% from 255 or 13.77% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE48F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48F5 is #31B70A. Grayscale: #838383. Windows color (decimal): -3258123 or 16074958. OLE color: 16074958.

HSL color Cylindrical-coordinate representation of color #CE48F5: hue angle of 286.47º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE48F5 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 72 245 -
CMYK 0.16 0.71 0 0.04
HSL 286.47º 0.9% 0.62% -
HSV(B) 286.47º 0.71% 0.96% -
XYZ 44.25 24.35 88.75 -
YUV 131.79 191.89 180.93 -
System Red Green Blue C M Y K H S L
Decimal 206 72 245 0.16 0.71 0 0.04 286.47 0.9 0.62
Hex CE 48 F5 10 47 0 4 11E 5A 3E
Octal 316 110 365 20 107 0 4 436 132 76
Binary 11001110 1001000 11110101 10000 1000111 0 100 100011110 1011010 111110

Color Harmonies of #CE48F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48F5

Black with #CE48F5

Text Example


Text Example

White with #CE48F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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