Html Css Color HEX #CE3BDB Medium Orchid

📋 copy color: '#CE3BDB'

red 206 ◦ green 59 ◦ blue 219

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

Shades of Medium Orchid #CE3BDB

Tints of Medium Orchid #CE3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.19%

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

R = 42.56%
G = 12.19%
B = 45.25%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE3BDB (or 0xCE3BDB) is known color: Medium Orchid. HEX triplet: CE, 3B and DB. RGB value is (206,59,219). Sum of RGB (Red+Green+Blue) = 206+59+219=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 59 (23.44% from 255 or 12.19% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE3BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDB is #31C424. Grayscale: #787878. Windows color (decimal): -3261477 or 14367694. OLE color: 14367694.

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

Color convert

RGB 206 59 219 -
CMYK 0.06 0.73 0 0.14
HSL 295.13º 0.69% 0.55% -
HSV(B) 295.13º 0.73% 0.86% -
XYZ 39.8 21.36 69.04 -
YUV 121.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 206 59 219 0.06 0.73 0 0.14 295.13 0.69 0.55
Hex CE 3B DB 6 49 0 E 127 45 37
Octal 316 73 333 6 111 0 16 447 105 67
Binary 11001110 111011 11011011 110 1001001 0 1110 100100111 1000101 110111

Color Harmonies of #CE3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BDB

Black with #CE3BDB

Text Example


Text Example

White with #CE3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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