Html Css Color HEX #CE3FE1 Medium Orchid

📋 copy color: '#CE3FE1'

red 206 ◦ green 63 ◦ blue 225

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

Shades of Medium Orchid #CE3FE1

Tints of Medium Orchid #CE3FE1

RGB

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

 GREEN value IS 63 (25% from 255) = 12.75%

 BLUE value IS 225 (88.28% from 255) = 45.55%

R = 41.7%
G = 12.75%
B = 45.55%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE3FE1 (or 0xCE3FE1) is known color: Medium Orchid. HEX triplet: CE, 3F and E1. RGB value is (206,63,225). Sum of RGB (Red+Green+Blue) = 206+63+225=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE3FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FE1 is #31C01E. Grayscale: #7B7B7B. Windows color (decimal): -3260447 or 14761934. OLE color: 14761934.

HSL color Cylindrical-coordinate representation of color #CE3FE1: hue angle of 292.96º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3FE1 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 63 225 -
CMYK 0.08 0.72 0 0.12
HSL 292.96º 0.73% 0.56% -
HSV(B) 292.96º 0.72% 0.88% -
XYZ 40.82 22.11 73.35 -
YUV 124.23 184.88 186.33 -
System Red Green Blue C M Y K H S L
Decimal 206 63 225 0.08 0.72 0 0.12 292.96 0.73 0.56
Hex CE 3F E1 8 48 0 C 125 49 38
Octal 316 77 341 10 110 0 14 445 111 70
Binary 11001110 111111 11100001 1000 1001000 0 1100 100100101 1001001 111000

Color Harmonies of #CE3FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3FE1

Black with #CE3FE1

Text Example


Text Example

White with #CE3FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3FE1; }

 p { color: rgb(206,63,225); }

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

background-color css

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

 a { background-color: rgb(206,63,225); }

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

border-color css

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

 span { border-color: rgb(206,63,225); }

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