Html Css Color HEX #CE4ADC Medium Orchid

📋 copy color: '#CE4ADC'

red 206 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #CE4ADC

Tints of Medium Orchid #CE4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

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

R = 41.2%
G = 14.8%
B = 44%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE4ADC (or 0xCE4ADC) is known color: Medium Orchid. HEX triplet: CE, 4A and DC. RGB value is (206,74,220). Sum of RGB (Red+Green+Blue) = 206+74+220=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ADC is #31B523. Grayscale: #818181. Windows color (decimal): -3257636 or 14437070. OLE color: 14437070.

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

Color convert

RGB 206 74 220 -
CMYK 0.06 0.66 0 0.14
HSL 294.25º 0.68% 0.58% -
HSV(B) 294.25º 0.66% 0.86% -
XYZ 40.82 23.19 70.03 -
YUV 130.11 178.73 182.13 -
System Red Green Blue C M Y K H S L
Decimal 206 74 220 0.06 0.66 0 0.14 294.25 0.68 0.58
Hex CE 4A DC 6 42 0 E 126 44 3A
Octal 316 112 334 6 102 0 16 446 104 72
Binary 11001110 1001010 11011100 110 1000010 0 1110 100100110 1000100 111010

Color Harmonies of #CE4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4ADC

Black with #CE4ADC

Text Example


Text Example

White with #CE4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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