Html Css Color HEX #CE40D6 Medium Orchid

📋 copy color: '#CE40D6'

red 206 ◦ green 64 ◦ blue 214

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

Shades of Medium Orchid #CE40D6

Tints of Medium Orchid #CE40D6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.22%

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

R = 42.56%
G = 13.22%
B = 44.21%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE40D6 (or 0xCE40D6) is known color: Medium Orchid. HEX triplet: CE, 40 and D6. RGB value is (206,64,214). Sum of RGB (Red+Green+Blue) = 206+64+214=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 64 (25.39% from 255 or 13.22% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE40D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE40D6 is #31BF29. Grayscale: #7B7B7B. Windows color (decimal): -3260202 or 14041294. OLE color: 14041294.

HSL color Cylindrical-coordinate representation of color #CE40D6: hue angle of 296.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE40D6 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 64 214 -
CMYK 0.04 0.70 0 0.16
HSL 296.8º 0.65% 0.55% -
HSV(B) 296.8º 0.7% 0.84% -
XYZ 39.42 21.64 65.72 -
YUV 123.56 179.04 186.8 -
System Red Green Blue C M Y K H S L
Decimal 206 64 214 0.04 0.70 0 0.16 296.8 0.65 0.55
Hex CE 40 D6 4 46 0 10 129 41 37
Octal 316 100 326 4 106 0 20 451 101 67
Binary 11001110 1000000 11010110 100 1000110 0 10000 100101001 1000001 110111

Color Harmonies of #CE40D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE40D6

Black with #CE40D6

Text Example


Text Example

White with #CE40D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE40D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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