Html Css Color HEX #CE32DB Medium Orchid

📋 copy color: '#CE32DB'

red 206 ◦ green 50 ◦ blue 219

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

Shades of Medium Orchid #CE32DB

Tints of Medium Orchid #CE32DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 43.37%
G = 10.53%
B = 46.11%

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

#CE32DB (or 0xCE32DB) is known color: Medium Orchid. HEX triplet: CE, 32 and DB. RGB value is (206,50,219). Sum of RGB (Red+Green+Blue) = 206+50+219=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32DB is #31CD24. Grayscale: #737373. Windows color (decimal): -3263781 or 14365390. OLE color: 14365390.

HSL color Cylindrical-coordinate representation of color #CE32DB: hue angle of 295.38º degrees, saturation: 0.7, 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 #CE32DB is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 50 219 -
CMYK 0.06 0.77 0 0.14
HSL 295.38º 0.7% 0.53% -
HSV(B) 295.38º 0.77% 0.86% -
XYZ 39.38 20.52 68.9 -
YUV 115.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 206 50 219 0.06 0.77 0 0.14 295.38 0.7 0.53
Hex CE 32 DB 6 4D 0 E 127 46 35
Octal 316 62 333 6 115 0 16 447 106 65
Binary 11001110 110010 11011011 110 1001101 0 1110 100100111 1000110 110101

Color Harmonies of #CE32DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE32DB

Black with #CE32DB

Text Example


Text Example

White with #CE32DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE32DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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