Html Css Color HEX #CE36F6 Medium Orchid

📋 copy color: '#CE36F6'

red 206 ◦ green 54 ◦ blue 246

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

Shades of Medium Orchid #CE36F6

Tints of Medium Orchid #CE36F6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.67%

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 40.71%
G = 10.67%
B = 48.62%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE36F6 (or 0xCE36F6) is known color: Medium Orchid. HEX triplet: CE, 36 and F6. RGB value is (206,54,246). Sum of RGB (Red+Green+Blue) = 206+54+246=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE36F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36F6 is #31C909. Grayscale: #787878. Windows color (decimal): -3262730 or 16135886. OLE color: 16135886.

HSL color Cylindrical-coordinate representation of color #CE36F6: hue angle of 287.5º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE36F6 is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 54 246 -
CMYK 0.16 0.78 0 0.04
HSL 287.5º 0.91% 0.59% -
HSV(B) 287.5º 0.78% 0.96% -
XYZ 43.41 22.41 89.23 -
YUV 121.34 198.36 188.39 -
System Red Green Blue C M Y K H S L
Decimal 206 54 246 0.16 0.78 0 0.04 287.5 0.91 0.59
Hex CE 36 F6 10 4E 0 4 120 5B 3B
Octal 316 66 366 20 116 0 4 440 133 73
Binary 11001110 110110 11110110 10000 1001110 0 100 100100000 1011011 111011

Color Harmonies of #CE36F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36F6

Black with #CE36F6

Text Example


Text Example

White with #CE36F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36F6; }

 p { color: rgb(206,54,246); }

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

background-color css

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

 a { background-color: rgb(206,54,246); }

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

border-color css

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

 span { border-color: rgb(206,54,246); }

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