Html Css Color HEX #CE4ADE Medium Orchid

📋 copy color: '#CE4ADE'

red 206 ◦ green 74 ◦ blue 222

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

Shades of Medium Orchid #CE4ADE

Tints of Medium Orchid #CE4ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 41.04%
G = 14.74%
B = 44.22%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4ADE (or 0xCE4ADE) is known color: Medium Orchid. HEX triplet: CE, 4A and DE. RGB value is (206,74,222). Sum of RGB (Red+Green+Blue) = 206+74+222=502 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.04% from 502); Green value is 74 (29.30% from 255 or 14.74% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE4ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4ADE is #31B521. Grayscale: #818181. Windows color (decimal): -3257634 or 14568142. OLE color: 14568142.

HSL color Cylindrical-coordinate representation of color #CE4ADE: hue angle of 293.51º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4ADE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 74 222 -
CMYK 0.07 0.67 0 0.13
HSL 293.51º 0.69% 0.58% -
HSV(B) 293.51º 0.67% 0.87% -
XYZ 41.09 23.29 71.44 -
YUV 130.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 206 74 222 0.07 0.67 0 0.13 293.51 0.69 0.58
Hex CE 4A DE 7 43 0 D 126 45 3A
Octal 316 112 336 7 103 0 15 446 105 72
Binary 11001110 1001010 11011110 111 1000011 0 1101 100100110 1000101 111010

Color Harmonies of #CE4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4ADE

Black with #CE4ADE

Text Example


Text Example

White with #CE4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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