Html Css Color HEX #CE32DC Medium Orchid

📋 copy color: '#CE32DC'

red 206 ◦ green 50 ◦ blue 220

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

Shades of Medium Orchid #CE32DC

Tints of Medium Orchid #CE32DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 43.28%
G = 10.5%
B = 46.22%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE32DC (or 0xCE32DC) is known color: Medium Orchid. HEX triplet: CE, 32 and DC. RGB value is (206,50,220). Sum of RGB (Red+Green+Blue) = 206+50+220=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE32DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32DC is #31CD23. Grayscale: #737373. Windows color (decimal): -3263780 or 14430926. OLE color: 14430926.

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

Color convert

RGB 206 50 220 -
CMYK 0.06 0.77 0 0.14
HSL 295.06º 0.71% 0.53% -
HSV(B) 295.06º 0.77% 0.86% -
XYZ 39.51 20.57 69.6 -
YUV 116.02 186.68 192.18 -
System Red Green Blue C M Y K H S L
Decimal 206 50 220 0.06 0.77 0 0.14 295.06 0.71 0.53
Hex CE 32 DC 6 4D 0 E 127 47 35
Octal 316 62 334 6 115 0 16 447 107 65
Binary 11001110 110010 11011100 110 1001101 0 1110 100100111 1000111 110101

Color Harmonies of #CE32DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32DC

Black with #CE32DC

Text Example


Text Example

White with #CE32DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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