Html Css Color HEX #CE45F6 Medium Orchid

📋 copy color: '#CE45F6'

red 206 ◦ green 69 ◦ blue 246

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

Shades of Medium Orchid #CE45F6

Tints of Medium Orchid #CE45F6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.24%

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 39.54%
G = 13.24%
B = 47.22%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE45F6 (or 0xCE45F6) is known color: Medium Orchid. HEX triplet: CE, 45 and F6. RGB value is (206,69,246). Sum of RGB (Red+Green+Blue) = 206+69+246=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 69 (27.34% from 255 or 13.24% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE45F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE45F6 is #31BA09. Grayscale: #818181. Windows color (decimal): -3258890 or 16139726. OLE color: 16139726.

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

Color convert

RGB 206 69 246 -
CMYK 0.16 0.72 0 0.04
HSL 286.44º 0.91% 0.62% -
HSV(B) 286.44º 0.72% 0.96% -
XYZ 44.22 24.03 89.5 -
YUV 130.14 193.39 182.11 -
System Red Green Blue C M Y K H S L
Decimal 206 69 246 0.16 0.72 0 0.04 286.44 0.91 0.62
Hex CE 45 F6 10 48 0 4 11E 5B 3E
Octal 316 105 366 20 110 0 4 436 133 76
Binary 11001110 1000101 11110110 10000 1001000 0 100 100011110 1011011 111110

Color Harmonies of #CE45F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45F6

Black with #CE45F6

Text Example


Text Example

White with #CE45F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45F6; }

 p { color: rgb(206,69,246); }

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

background-color css

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

 a { background-color: rgb(206,69,246); }

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

border-color css

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

 span { border-color: rgb(206,69,246); }

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