Html Css Color HEX #CE4FF1 Medium Orchid

📋 copy color: '#CE4FF1'

red 206 ◦ green 79 ◦ blue 241

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

Shades of Medium Orchid #CE4FF1

Tints of Medium Orchid #CE4FF1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.02%

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

R = 39.16%
G = 15.02%
B = 45.82%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE4FF1 (or 0xCE4FF1) is known color: Medium Orchid. HEX triplet: CE, 4F and F1. RGB value is (206,79,241). Sum of RGB (Red+Green+Blue) = 206+79+241=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FF1 is #31B00E. Grayscale: #868686. Windows color (decimal): -3256335 or 15814606. OLE color: 15814606.

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

Color convert

RGB 206 79 241 -
CMYK 0.15 0.67 0 0.05
HSL 287.04º 0.85% 0.63% -
HSV(B) 287.04º 0.67% 0.95% -
XYZ 44.13 25.06 85.73 -
YUV 135.44 187.58 178.33 -
System Red Green Blue C M Y K H S L
Decimal 206 79 241 0.15 0.67 0 0.05 287.04 0.85 0.63
Hex CE 4F F1 F 43 0 5 11F 55 3F
Octal 316 117 361 17 103 0 5 437 125 77
Binary 11001110 1001111 11110001 1111 1000011 0 101 100011111 1010101 111111

Color Harmonies of #CE4FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4FF1

Black with #CE4FF1

Text Example


Text Example

White with #CE4FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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