Html Css Color HEX #CE45DB Medium Orchid

📋 copy color: '#CE45DB'

red 206 ◦ green 69 ◦ blue 219

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

Shades of Medium Orchid #CE45DB

Tints of Medium Orchid #CE45DB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.97%

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

R = 41.7%
G = 13.97%
B = 44.33%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE45DB (or 0xCE45DB) is known color: Medium Orchid. HEX triplet: CE, 45 and DB. RGB value is (206,69,219). Sum of RGB (Red+Green+Blue) = 206+69+219=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE45DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45DB is #31BA24. Grayscale: #7E7E7E. Windows color (decimal): -3258917 or 14370254. OLE color: 14370254.

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

Color convert

RGB 206 69 219 -
CMYK 0.06 0.68 0 0.14
HSL 294.8º 0.68% 0.56% -
HSV(B) 294.8º 0.68% 0.86% -
XYZ 40.37 22.49 69.23 -
YUV 127.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 206 69 219 0.06 0.68 0 0.14 294.8 0.68 0.56
Hex CE 45 DB 6 44 0 E 127 44 38
Octal 316 105 333 6 104 0 16 447 104 70
Binary 11001110 1000101 11011011 110 1000100 0 1110 100100111 1000100 111000

Color Harmonies of #CE45DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45DB

Black with #CE45DB

Text Example


Text Example

White with #CE45DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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