Html Css Color HEX #CE36FC Medium Orchid

📋 copy color: '#CE36FC'

red 206 ◦ green 54 ◦ blue 252

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

Shades of Medium Orchid #CE36FC

Tints of Medium Orchid #CE36FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 40.23%
G = 10.55%
B = 49.22%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE36FC (or 0xCE36FC) is known color: Medium Orchid. HEX triplet: CE, 36 and FC. RGB value is (206,54,252). Sum of RGB (Red+Green+Blue) = 206+54+252=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 54 (21.48% from 255 or 10.55% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE36FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36FC is #31C903. Grayscale: #797979. Windows color (decimal): -3262724 or 16529102. OLE color: 16529102.

HSL color Cylindrical-coordinate representation of color #CE36FC: hue angle of 286.06º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE36FC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 54 252 -
CMYK 0.18 0.79 0 0.01
HSL 286.06º 0.97% 0.6% -
HSV(B) 286.06º 0.79% 0.99% -
XYZ 44.34 22.79 94.16 -
YUV 122.02 201.36 187.9 -
System Red Green Blue C M Y K H S L
Decimal 206 54 252 0.18 0.79 0 0.01 286.06 0.97 0.6
Hex CE 36 FC 12 4F 0 1 11E 61 3C
Octal 316 66 374 22 117 0 1 436 141 74
Binary 11001110 110110 11111100 10010 1001111 0 1 100011110 1100001 111100

Color Harmonies of #CE36FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36FC

Black with #CE36FC

Text Example


Text Example

White with #CE36FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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