Html Css Color HEX #CE3DFE Medium Orchid

📋 copy color: '#CE3DFE'

red 206 ◦ green 61 ◦ blue 254

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

Shades of Medium Orchid #CE3DFE

Tints of Medium Orchid #CE3DFE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.71%

 BLUE value IS 254 (99.61% from 255) = 48.75%

R = 39.54%
G = 11.71%
B = 48.75%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE3DFE (or 0xCE3DFE) is known color: Medium Orchid. HEX triplet: CE, 3D and FE. RGB value is (206,61,254). Sum of RGB (Red+Green+Blue) = 206+61+254=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 61 (24.22% from 255 or 11.71% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE3DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DFE is #31C201. Grayscale: #7D7D7D. Windows color (decimal): -3260930 or 16661966. OLE color: 16661966.

HSL color Cylindrical-coordinate representation of color #CE3DFE: hue angle of 285.08º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3DFE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 61 254 -
CMYK 0.19 0.76 0 0.00
HSL 285.08º 0.99% 0.62% -
HSV(B) 285.08º 0.76% 1% -
XYZ 45.01 23.62 95.95 -
YUV 126.36 200.04 184.81 -
System Red Green Blue C M Y K H S L
Decimal 206 61 254 0.19 0.76 0 0.00 285.08 0.99 0.62
Hex CE 3D FE 13 4C 0 0 11D 63 3E
Octal 316 75 376 23 114 0 0 435 143 76
Binary 11001110 111101 11111110 10011 1001100 0 0 100011101 1100011 111110

Color Harmonies of #CE3DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3DFE

Black with #CE3DFE

Text Example


Text Example

White with #CE3DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3DFE; }

 p { color: rgb(206,61,254); }

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

background-color css

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

 a { background-color: rgb(206,61,254); }

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

border-color css

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

 span { border-color: rgb(206,61,254); }

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