Html Css Color HEX #CE45DC Medium Orchid

📋 copy color: '#CE45DC'

red 206 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #CE45DC

Tints of Medium Orchid #CE45DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 41.62%
G = 13.94%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE45DC (or 0xCE45DC) is known color: Medium Orchid. HEX triplet: CE, 45 and DC. RGB value is (206,69,220). Sum of RGB (Red+Green+Blue) = 206+69+220=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 69 (27.34% from 255 or 13.94% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45DC is #31BA23. Grayscale: #7E7E7E. Windows color (decimal): -3258916 or 14435790. OLE color: 14435790.

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

Color convert

RGB 206 69 220 -
CMYK 0.06 0.69 0 0.14
HSL 294.44º 0.68% 0.57% -
HSV(B) 294.44º 0.69% 0.86% -
XYZ 40.5 22.55 69.93 -
YUV 127.18 180.39 184.22 -
System Red Green Blue C M Y K H S L
Decimal 206 69 220 0.06 0.69 0 0.14 294.44 0.68 0.57
Hex CE 45 DC 6 45 0 E 126 44 39
Octal 316 105 334 6 105 0 16 446 104 71
Binary 11001110 1000101 11011100 110 1000101 0 1110 100100110 1000100 111001

Color Harmonies of #CE45DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE45DC

Black with #CE45DC

Text Example


Text Example

White with #CE45DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE45DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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