Html Css Color HEX #E67ACE Orchid

📋 copy color: '#E67ACE'

red 230 ◦ green 122 ◦ blue 206

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

Shades of Orchid #E67ACE

Tints of Orchid #E67ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.86%

 BLUE value IS 206 (80.86% from 255) = 36.92%

R = 41.22%
G = 21.86%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E67ACE (or 0xE67ACE) is known color: Orchid. HEX triplet: E6, 7A and CE. RGB value is (230,122,206). Sum of RGB (Red+Green+Blue) = 230+122+206=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ACE is #198531. Grayscale: #A3A3A3. Windows color (decimal): -1672498 or 13531878. OLE color: 13531878.

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

Color convert

RGB 230 122 206 -
CMYK 0 0.47 0.10 0.10
HSL 313.33º 0.68% 0.69% -
HSV(B) 313.33º 0.47% 0.9% -
XYZ 50.73 35.2 62.51 -
YUV 163.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 230 122 206 0 0.47 0.10 0.10 313.33 0.68 0.69
Hex E6 7A CE 0 2F A A 139 44 45
Octal 346 172 316 0 57 12 12 471 104 105
Binary 11100110 1111010 11001110 0 101111 1010 1010 100111001 1000100 1000101

Color Harmonies of #E67ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ACE

Black with #E67ACE

Text Example


Text Example

White with #E67ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ACE; }

 p { color: rgb(230,122,206); }

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

background-color css

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

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

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

border-color css

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

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

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