Html Css Color HEX #E67ACD Orchid

📋 copy color: '#E67ACD'

red 230 ◦ green 122 ◦ blue 205

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

Shades of Orchid #E67ACD

Tints of Orchid #E67ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 41.29%
G = 21.9%
B = 36.8%

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

#E67ACD (or 0xE67ACD) is known color: Orchid. HEX triplet: E6, 7A and CD. RGB value is (230,122,205). Sum of RGB (Red+Green+Blue) = 230+122+205=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ACD is #198532. Grayscale: #A3A3A3. Windows color (decimal): -1672499 or 13466342. OLE color: 13466342.

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

Color convert

RGB 230 122 205 -
CMYK 0 0.47 0.11 0.10
HSL 313.89º 0.68% 0.69% -
HSV(B) 313.89º 0.47% 0.9% -
XYZ 50.61 35.15 61.87 -
YUV 163.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 230 122 205 0 0.47 0.11 0.10 313.89 0.68 0.69
Hex E6 7A CD 0 2F B A 13A 44 45
Octal 346 172 315 0 57 13 12 472 104 105
Binary 11100110 1111010 11001101 0 101111 1011 1010 100111010 1000100 1000101

Color Harmonies of #E67ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ACD

Black with #E67ACD

Text Example


Text Example

White with #E67ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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