Html Css Color HEX #CE39FE Medium Orchid

📋 copy color: '#CE39FE'

red 206 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #CE39FE

Tints of Medium Orchid #CE39FE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.03%

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

R = 39.85%
G = 11.03%
B = 49.13%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE39FE (or 0xCE39FE) is known color: Medium Orchid. HEX triplet: CE, 39 and FE. RGB value is (206,57,254). Sum of RGB (Red+Green+Blue) = 206+57+254=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 57 (22.66% from 255 or 11.03% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39FE is #31C601. Grayscale: #7B7B7B. Windows color (decimal): -3261954 or 16660942. OLE color: 16660942.

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

Color convert

RGB 206 57 254 -
CMYK 0.19 0.78 0 0.00
HSL 285.38º 0.99% 0.61% -
HSV(B) 285.38º 0.78% 1% -
XYZ 44.81 23.2 95.88 -
YUV 124.01 201.36 186.48 -
System Red Green Blue C M Y K H S L
Decimal 206 57 254 0.19 0.78 0 0.00 285.38 0.99 0.61
Hex CE 39 FE 13 4E 0 0 11D 63 3D
Octal 316 71 376 23 116 0 0 435 143 75
Binary 11001110 111001 11111110 10011 1001110 0 0 100011101 1100011 111101

Color Harmonies of #CE39FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE39FE

Black with #CE39FE

Text Example


Text Example

White with #CE39FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE39FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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