Html Css Color HEX #E6C0E6 Thistle

📋 copy color: '#E6C0E6'

red 230 ◦ green 192 ◦ blue 230

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

Shades of Thistle #E6C0E6

Tints of Thistle #E6C0E6

RGB

 RED value IS 230 (90.23% from 255) = 35.28%

 GREEN value IS 192 (75.39% from 255) = 29.45%

 BLUE value IS 230 (90.23% from 255) = 35.28%

R = 35.28%
G = 29.45%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E6C0E6 (or 0xE6C0E6) is known color: Thistle. HEX triplet: E6, C0 and E6. RGB value is (230,192,230). Sum of RGB (Red+Green+Blue) = 230+192+230=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E6C0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C0E6 is #193F19. Grayscale: #CFCFCF. Windows color (decimal): -1654554 or 15122662. OLE color: 15122662.

HSL color Cylindrical-coordinate representation of color #E6C0E6: hue angle of 300º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E6C0E6 is Cyan = 0, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 230 -
CMYK 0 0.17 0 0.10
HSL 300º 0.43% 0.83% -
HSV(B) 300º 0.17% 0.9% -
XYZ 65.77 60.24 83.02 -
YUV 207.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 230 192 230 0 0.17 0 0.10 300 0.43 0.83
Hex E6 C0 E6 0 11 0 A 12C 2B 53
Octal 346 300 346 0 21 0 12 454 53 123
Binary 11100110 11000000 11100110 0 10001 0 1010 100101100 101011 1010011

Color Harmonies of #E6C0E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C0E6

Black with #E6C0E6

Text Example


Text Example

White with #E6C0E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C0E6; }

 p { color: rgb(230,192,230); }

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

background-color css

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

 a { background-color: rgb(230,192,230); }

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

border-color css

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

 span { border-color: rgb(230,192,230); }

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