Html Css Color HEX #E67ADD Orchid

📋 copy color: '#E67ADD'

red 230 ◦ green 122 ◦ blue 221

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

Shades of Orchid #E67ADD

Tints of Orchid #E67ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 40.14%
G = 21.29%
B = 38.57%

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

#E67ADD (or 0xE67ADD) is known color: Orchid. HEX triplet: E6, 7A and DD. RGB value is (230,122,221). Sum of RGB (Red+Green+Blue) = 230+122+221=573 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.14% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ADD is #198522. Grayscale: #A5A5A5. Windows color (decimal): -1672483 or 14514918. OLE color: 14514918.

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

Color convert

RGB 230 122 221 -
CMYK 0 0.47 0.04 0.10
HSL 305º 0.68% 0.69% -
HSV(B) 305º 0.47% 0.9% -
XYZ 52.64 35.96 72.57 -
YUV 165.58 159.28 173.95 -
System Red Green Blue C M Y K H S L
Decimal 230 122 221 0 0.47 0.04 0.10 305 0.68 0.69
Hex E6 7A DD 0 2F 4 A 131 44 45
Octal 346 172 335 0 57 4 12 461 104 105
Binary 11100110 1111010 11011101 0 101111 100 1010 100110001 1000100 1000101

Color Harmonies of #E67ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ADD

Black with #E67ADD

Text Example


Text Example

White with #E67ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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