Html Css Color HEX #CE48F3 Medium Orchid

📋 copy color: '#CE48F3'

red 206 ◦ green 72 ◦ blue 243

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

Shades of Medium Orchid #CE48F3

Tints of Medium Orchid #CE48F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.64%

R = 39.54%
G = 13.82%
B = 46.64%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE48F3 (or 0xCE48F3) is known color: Medium Orchid. HEX triplet: CE, 48 and F3. RGB value is (206,72,243). Sum of RGB (Red+Green+Blue) = 206+72+243=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE48F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48F3 is #31B70C. Grayscale: #838383. Windows color (decimal): -3258125 or 15943886. OLE color: 15943886.

HSL color Cylindrical-coordinate representation of color #CE48F3: hue angle of 287.02º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE48F3 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 72 243 -
CMYK 0.15 0.70 0 0.05
HSL 287.02º 0.88% 0.62% -
HSV(B) 287.02º 0.7% 0.95% -
XYZ 43.95 24.23 87.15 -
YUV 131.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 206 72 243 0.15 0.70 0 0.05 287.02 0.88 0.62
Hex CE 48 F3 F 46 0 5 11F 58 3E
Octal 316 110 363 17 106 0 5 437 130 76
Binary 11001110 1001000 11110011 1111 1000110 0 101 100011111 1011000 111110

Color Harmonies of #CE48F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE48F3

Black with #CE48F3

Text Example


Text Example

White with #CE48F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE48F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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