Html Css Color HEX #E67ACC Orchid

📋 copy color: '#E67ACC'

red 230 ◦ green 122 ◦ blue 204

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

Shades of Orchid #E67ACC

Tints of Orchid #E67ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.69%

R = 41.37%
G = 21.94%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E67ACC (or 0xE67ACC) is known color: Orchid. HEX triplet: E6, 7A and CC. RGB value is (230,122,204). Sum of RGB (Red+Green+Blue) = 230+122+204=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ACC is #198533. Grayscale: #A3A3A3. Windows color (decimal): -1672500 or 13400806. OLE color: 13400806.

HSL color Cylindrical-coordinate representation of color #E67ACC: hue angle of 314.44º 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 #E67ACC is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 122 204 -
CMYK 0 0.47 0.11 0.10
HSL 314.44º 0.68% 0.69% -
HSV(B) 314.44º 0.47% 0.9% -
XYZ 50.49 35.1 61.24 -
YUV 163.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 230 122 204 0 0.47 0.11 0.10 314.44 0.68 0.69
Hex E6 7A CC 0 2F B A 13A 44 45
Octal 346 172 314 0 57 13 12 472 104 105
Binary 11100110 1111010 11001100 0 101111 1011 1010 100111010 1000100 1000101

Color Harmonies of #E67ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ACC

Black with #E67ACC

Text Example


Text Example

White with #E67ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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