Html Css Color HEX #CE51F1 Medium Orchid

📋 copy color: '#CE51F1'

red 206 ◦ green 81 ◦ blue 241

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

Shades of Medium Orchid #CE51F1

Tints of Medium Orchid #CE51F1

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.34%

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

R = 39.02%
G = 15.34%
B = 45.64%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE51F1 (or 0xCE51F1) is known color: Medium Orchid. HEX triplet: CE, 51 and F1. RGB value is (206,81,241). Sum of RGB (Red+Green+Blue) = 206+81+241=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE51F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51F1 is #31AE0E. Grayscale: #888888. Windows color (decimal): -3255823 or 15815118. OLE color: 15815118.

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

Color convert

RGB 206 81 241 -
CMYK 0.15 0.66 0 0.05
HSL 286.88º 0.85% 0.63% -
HSV(B) 286.88º 0.66% 0.95% -
XYZ 44.27 25.36 85.78 -
YUV 136.62 186.91 177.49 -
System Red Green Blue C M Y K H S L
Decimal 206 81 241 0.15 0.66 0 0.05 286.88 0.85 0.63
Hex CE 51 F1 F 42 0 5 11F 55 3F
Octal 316 121 361 17 102 0 5 437 125 77
Binary 11001110 1010001 11110001 1111 1000010 0 101 100011111 1010101 111111

Color Harmonies of #CE51F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE51F1

Black with #CE51F1

Text Example


Text Example

White with #CE51F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE51F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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