Html Css Color HEX #CE38DB Medium Orchid

📋 copy color: '#CE38DB'

red 206 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #CE38DB

Tints of Medium Orchid #CE38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.64%

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

R = 42.83%
G = 11.64%
B = 45.53%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE38DB (or 0xCE38DB) is known color: Medium Orchid. HEX triplet: CE, 38 and DB. RGB value is (206,56,219). Sum of RGB (Red+Green+Blue) = 206+56+219=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE38DB is #31C724. Grayscale: #767676. Windows color (decimal): -3262245 or 14366926. OLE color: 14366926.

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

Color convert

RGB 206 56 219 -
CMYK 0.06 0.74 0 0.14
HSL 295.21º 0.69% 0.54% -
HSV(B) 295.21º 0.74% 0.86% -
XYZ 39.65 21.06 68.99 -
YUV 119.43 184.2 189.75 -
System Red Green Blue C M Y K H S L
Decimal 206 56 219 0.06 0.74 0 0.14 295.21 0.69 0.54
Hex CE 38 DB 6 4A 0 E 127 45 36
Octal 316 70 333 6 112 0 16 447 105 66
Binary 11001110 111000 11011011 110 1001010 0 1110 100100111 1000101 110110

Color Harmonies of #CE38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE38DB

Black with #CE38DB

Text Example


Text Example

White with #CE38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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