Html Css Color HEX #CE32EF Medium Orchid

📋 copy color: '#CE32EF'

red 206 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #CE32EF

Tints of Medium Orchid #CE32EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.1%

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 41.62%
G = 10.1%
B = 48.28%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE32EF (or 0xCE32EF) is known color: Medium Orchid. HEX triplet: CE, 32 and EF. RGB value is (206,50,239). Sum of RGB (Red+Green+Blue) = 206+50+239=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 50 (19.92% from 255 or 10.10% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE32EF is #31CD10. Grayscale: #757575. Windows color (decimal): -3263761 or 15676110. OLE color: 15676110.

HSL color Cylindrical-coordinate representation of color #CE32EF: hue angle of 289.52º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE32EF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 50 239 -
CMYK 0.14 0.79 0 0.06
HSL 289.52º 0.86% 0.57% -
HSV(B) 289.52º 0.79% 0.94% -
XYZ 42.17 21.64 83.61 -
YUV 118.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 206 50 239 0.14 0.79 0 0.06 289.52 0.86 0.57
Hex CE 32 EF E 4F 0 6 122 56 39
Octal 316 62 357 16 117 0 6 442 126 71
Binary 11001110 110010 11101111 1110 1001111 0 110 100100010 1010110 111001

Color Harmonies of #CE32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32EF

Black with #CE32EF

Text Example


Text Example

White with #CE32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32EF; }

 p { color: rgb(206,50,239); }

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

background-color css

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

 a { background-color: rgb(206,50,239); }

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

border-color css

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

 span { border-color: rgb(206,50,239); }

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