Html Css Color HEX #CE36FB Medium Orchid

📋 copy color: '#CE36FB'

red 206 ◦ green 54 ◦ blue 251

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

Shades of Medium Orchid #CE36FB

Tints of Medium Orchid #CE36FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 40.31%
G = 10.57%
B = 49.12%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE36FB (or 0xCE36FB) is known color: Medium Orchid. HEX triplet: CE, 36 and FB. RGB value is (206,54,251). Sum of RGB (Red+Green+Blue) = 206+54+251=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 54 (21.48% from 255 or 10.57% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE36FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE36FB is #31C904. Grayscale: #797979. Windows color (decimal): -3262725 or 16463566. OLE color: 16463566.

HSL color Cylindrical-coordinate representation of color #CE36FB: hue angle of 286.29º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE36FB is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 54 251 -
CMYK 0.18 0.78 0 0.02
HSL 286.29º 0.96% 0.6% -
HSV(B) 286.29º 0.78% 0.98% -
XYZ 44.19 22.73 93.32 -
YUV 121.91 200.86 187.98 -
System Red Green Blue C M Y K H S L
Decimal 206 54 251 0.18 0.78 0 0.02 286.29 0.96 0.6
Hex CE 36 FB 12 4E 0 2 11E 60 3C
Octal 316 66 373 22 116 0 2 436 140 74
Binary 11001110 110110 11111011 10010 1001110 0 10 100011110 1100000 111100

Color Harmonies of #CE36FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36FB

Black with #CE36FB

Text Example


Text Example

White with #CE36FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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