Html Css Color HEX #E67ADC Orchid

📋 copy color: '#E67ADC'

red 230 ◦ green 122 ◦ blue 220

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

Shades of Orchid #E67ADC

Tints of Orchid #E67ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 40.21%
G = 21.33%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E67ADC (or 0xE67ADC) is known color: Orchid. HEX triplet: E6, 7A and DC. RGB value is (230,122,220). Sum of RGB (Red+Green+Blue) = 230+122+220=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ADC is #198523. Grayscale: #A5A5A5. Windows color (decimal): -1672484 or 14449382. OLE color: 14449382.

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

Color convert

RGB 230 122 220 -
CMYK 0 0.47 0.04 0.10
HSL 305.56º 0.68% 0.69% -
HSV(B) 305.56º 0.47% 0.9% -
XYZ 52.51 35.91 71.87 -
YUV 165.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 230 122 220 0 0.47 0.04 0.10 305.56 0.68 0.69
Hex E6 7A DC 0 2F 4 A 132 44 45
Octal 346 172 334 0 57 4 12 462 104 105
Binary 11100110 1111010 11011100 0 101111 100 1010 100110010 1000100 1000101

Color Harmonies of #E67ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ADC

Black with #E67ADC

Text Example


Text Example

White with #E67ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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