Html Css Color HEX #CE41F2 Medium Orchid

📋 copy color: '#CE41F2'

red 206 ◦ green 65 ◦ blue 242

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

Shades of Medium Orchid #CE41F2

Tints of Medium Orchid #CE41F2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.67%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 40.16%
G = 12.67%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE41F2 (or 0xCE41F2) is known color: Medium Orchid. HEX triplet: CE, 41 and F2. RGB value is (206,65,242). Sum of RGB (Red+Green+Blue) = 206+65+242=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE41F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41F2 is #31BE0D. Grayscale: #7E7E7E. Windows color (decimal): -3259918 or 15876558. OLE color: 15876558.

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

Color convert

RGB 206 65 242 -
CMYK 0.15 0.73 0 0.05
HSL 287.8º 0.87% 0.6% -
HSV(B) 287.8º 0.73% 0.95% -
XYZ 43.37 23.31 86.22 -
YUV 127.34 192.71 184.11 -
System Red Green Blue C M Y K H S L
Decimal 206 65 242 0.15 0.73 0 0.05 287.8 0.87 0.6
Hex CE 41 F2 F 49 0 5 120 57 3C
Octal 316 101 362 17 111 0 5 440 127 74
Binary 11001110 1000001 11110010 1111 1001001 0 101 100100000 1010111 111100

Color Harmonies of #CE41F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE41F2

Black with #CE41F2

Text Example


Text Example

White with #CE41F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE41F2; }

 p { color: rgb(206,65,242); }

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

background-color css

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

 a { background-color: rgb(206,65,242); }

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

border-color css

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

 span { border-color: rgb(206,65,242); }

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