Html Css Color HEX #CE4EF1 Medium Orchid

📋 copy color: '#CE4EF1'

red 206 ◦ green 78 ◦ blue 241

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

Shades of Medium Orchid #CE4EF1

Tints of Medium Orchid #CE4EF1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.86%

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 39.24%
G = 14.86%
B = 45.9%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE4EF1 (or 0xCE4EF1) is known color: Medium Orchid. HEX triplet: CE, 4E and F1. RGB value is (206,78,241). Sum of RGB (Red+Green+Blue) = 206+78+241=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 78 (30.86% from 255 or 14.86% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EF1 is #31B10E. Grayscale: #868686. Windows color (decimal): -3256591 or 15814350. OLE color: 15814350.

HSL color Cylindrical-coordinate representation of color #CE4EF1: hue angle of 287.12º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4EF1 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 78 241 -
CMYK 0.15 0.68 0 0.05
HSL 287.12º 0.85% 0.63% -
HSV(B) 287.12º 0.68% 0.95% -
XYZ 44.06 24.92 85.71 -
YUV 134.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 206 78 241 0.15 0.68 0 0.05 287.12 0.85 0.63
Hex CE 4E F1 F 44 0 5 11F 55 3F
Octal 316 116 361 17 104 0 5 437 125 77
Binary 11001110 1001110 11110001 1111 1000100 0 101 100011111 1010101 111111

Color Harmonies of #CE4EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EF1

Black with #CE4EF1

Text Example


Text Example

White with #CE4EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EF1; }

 p { color: rgb(206,78,241); }

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

background-color css

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

 a { background-color: rgb(206,78,241); }

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

border-color css

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

 span { border-color: rgb(206,78,241); }

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