Html Css Color HEX #CE3AD6 Medium Orchid

📋 copy color: '#CE3AD6'

red 206 ◦ green 58 ◦ blue 214

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

Shades of Medium Orchid #CE3AD6

Tints of Medium Orchid #CE3AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 44.77%

R = 43.1%
G = 12.13%
B = 44.77%

CMYK

 C value IS 0.04

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE3AD6 (or 0xCE3AD6) is known color: Medium Orchid. HEX triplet: CE, 3A and D6. RGB value is (206,58,214). Sum of RGB (Red+Green+Blue) = 206+58+214=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 58 (23.05% from 255 or 12.13% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE3AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3AD6 is #31C529. Grayscale: #777777. Windows color (decimal): -3261738 or 14039758. OLE color: 14039758.

HSL color Cylindrical-coordinate representation of color #CE3AD6: hue angle of 296.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3AD6 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 58 214 -
CMYK 0.04 0.73 0 0.16
HSL 296.92º 0.66% 0.53% -
HSV(B) 296.92º 0.73% 0.84% -
XYZ 39.1 21 65.61 -
YUV 120.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 206 58 214 0.04 0.73 0 0.16 296.92 0.66 0.53
Hex CE 3A D6 4 49 0 10 129 42 35
Octal 316 72 326 4 111 0 20 451 102 65
Binary 11001110 111010 11010110 100 1001001 0 10000 100101001 1000010 110101

Color Harmonies of #CE3AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3AD6

Black with #CE3AD6

Text Example


Text Example

White with #CE3AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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