Html Css Color HEX #CE38FE Medium Orchid

📋 copy color: '#CE38FE'

red 206 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #CE38FE

Tints of Medium Orchid #CE38FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.85%

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

R = 39.92%
G = 10.85%
B = 49.22%

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

#CE38FE (or 0xCE38FE) is known color: Medium Orchid. HEX triplet: CE, 38 and FE. RGB value is (206,56,254). Sum of RGB (Red+Green+Blue) = 206+56+254=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE38FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE38FE is #31C701. Grayscale: #7A7A7A. Windows color (decimal): -3262210 or 16660686. OLE color: 16660686.

HSL color Cylindrical-coordinate representation of color #CE38FE: hue angle of 285.45º 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 #CE38FE is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 56 254 -
CMYK 0.19 0.78 0 0.00
HSL 285.45º 0.99% 0.61% -
HSV(B) 285.45º 0.78% 1% -
XYZ 44.76 23.11 95.87 -
YUV 123.42 201.7 186.9 -
System Red Green Blue C M Y K H S L
Decimal 206 56 254 0.19 0.78 0 0.00 285.45 0.99 0.61
Hex CE 38 FE 13 4E 0 0 11D 63 3D
Octal 316 70 376 23 116 0 0 435 143 75
Binary 11001110 111000 11111110 10011 1001110 0 0 100011101 1100011 111101

Color Harmonies of #CE38FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38FE

Black with #CE38FE

Text Example


Text Example

White with #CE38FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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