Html Css Color HEX #CE37F1 Medium Orchid

📋 copy color: '#CE37F1'

red 206 ◦ green 55 ◦ blue 241

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

Shades of Medium Orchid #CE37F1

Tints of Medium Orchid #CE37F1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.96%

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

R = 41.04%
G = 10.96%
B = 48.01%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE37F1 (or 0xCE37F1) is known color: Medium Orchid. HEX triplet: CE, 37 and F1. RGB value is (206,55,241). Sum of RGB (Red+Green+Blue) = 206+55+241=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE37F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE37F1 is #31C80E. Grayscale: #787878. Windows color (decimal): -3262479 or 15808462. OLE color: 15808462.

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

Color convert

RGB 206 55 241 -
CMYK 0.15 0.77 0 0.05
HSL 288.71º 0.87% 0.58% -
HSV(B) 288.71º 0.77% 0.95% -
XYZ 42.7 22.21 85.25 -
YUV 121.35 195.53 188.38 -
System Red Green Blue C M Y K H S L
Decimal 206 55 241 0.15 0.77 0 0.05 288.71 0.87 0.58
Hex CE 37 F1 F 4D 0 5 121 57 3A
Octal 316 67 361 17 115 0 5 441 127 72
Binary 11001110 110111 11110001 1111 1001101 0 101 100100001 1010111 111010

Color Harmonies of #CE37F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37F1

Black with #CE37F1

Text Example


Text Example

White with #CE37F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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