Html Css Color HEX #CE32DF Medium Orchid

📋 copy color: '#CE32DF'

red 206 ◦ green 50 ◦ blue 223

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

Shades of Medium Orchid #CE32DF

Tints of Medium Orchid #CE32DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.56%

R = 43.01%
G = 10.44%
B = 46.56%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE32DF (or 0xCE32DF) is known color: Medium Orchid. HEX triplet: CE, 32 and DF. RGB value is (206,50,223). Sum of RGB (Red+Green+Blue) = 206+50+223=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE32DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32DF is #31CD20. Grayscale: #737373. Windows color (decimal): -3263777 or 14627534. OLE color: 14627534.

HSL color Cylindrical-coordinate representation of color #CE32DF: hue angle of 294.1º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE32DF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 50 223 -
CMYK 0.08 0.78 0 0.13
HSL 294.1º 0.73% 0.54% -
HSV(B) 294.1º 0.78% 0.87% -
XYZ 39.91 20.73 71.71 -
YUV 116.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 206 50 223 0.08 0.78 0 0.13 294.1 0.73 0.54
Hex CE 32 DF 8 4E 0 D 126 49 36
Octal 316 62 337 10 116 0 15 446 111 66
Binary 11001110 110010 11011111 1000 1001110 0 1101 100100110 1001001 110110

Color Harmonies of #CE32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32DF

Black with #CE32DF

Text Example


Text Example

White with #CE32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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