Html Css Color HEX #CE3ADC Medium Orchid

📋 copy color: '#CE3ADC'

red 206 ◦ green 58 ◦ blue 220

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

Shades of Medium Orchid #CE3ADC

Tints of Medium Orchid #CE3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.98%

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

R = 42.56%
G = 11.98%
B = 45.45%

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

#CE3ADC (or 0xCE3ADC) is known color: Medium Orchid. HEX triplet: CE, 3A and DC. RGB value is (206,58,220). Sum of RGB (Red+Green+Blue) = 206+58+220=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ADC is #31C523. Grayscale: #787878. Windows color (decimal): -3261732 or 14432974. OLE color: 14432974.

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

Color convert

RGB 206 58 220 -
CMYK 0.06 0.74 0 0.14
HSL 294.81º 0.7% 0.55% -
HSV(B) 294.81º 0.74% 0.86% -
XYZ 39.88 21.32 69.72 -
YUV 120.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 206 58 220 0.06 0.74 0 0.14 294.81 0.7 0.55
Hex CE 3A DC 6 4A 0 E 127 46 37
Octal 316 72 334 6 112 0 16 447 106 67
Binary 11001110 111010 11011100 110 1001010 0 1110 100100111 1000110 110111

Color Harmonies of #CE3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3ADC

Black with #CE3ADC

Text Example


Text Example

White with #CE3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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