Html Css Color HEX #CE32D8 Medium Orchid

📋 copy color: '#CE32D8'

red 206 ◦ green 50 ◦ blue 216

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

Shades of Medium Orchid #CE32D8

Tints of Medium Orchid #CE32D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 43.64%
G = 10.59%
B = 45.76%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE32D8 (or 0xCE32D8) is known color: Medium Orchid. HEX triplet: CE, 32 and D8. RGB value is (206,50,216). Sum of RGB (Red+Green+Blue) = 206+50+216=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE32D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32D8 is #31CD27. Grayscale: #737373. Windows color (decimal): -3263784 or 14168782. OLE color: 14168782.

HSL color Cylindrical-coordinate representation of color #CE32D8: hue angle of 296.39º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE32D8 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 50 216 -
CMYK 0.05 0.77 0 0.15
HSL 296.39º 0.68% 0.52% -
HSV(B) 296.39º 0.77% 0.85% -
XYZ 38.99 20.36 66.84 -
YUV 115.57 184.68 192.5 -
System Red Green Blue C M Y K H S L
Decimal 206 50 216 0.05 0.77 0 0.15 296.39 0.68 0.52
Hex CE 32 D8 5 4D 0 F 128 44 34
Octal 316 62 330 5 115 0 17 450 104 64
Binary 11001110 110010 11011000 101 1001101 0 1111 100101000 1000100 110100

Color Harmonies of #CE32D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32D8

Black with #CE32D8

Text Example


Text Example

White with #CE32D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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