Html Css Color HEX #E67ADF Orchid

📋 copy color: '#E67ADF'

red 230 ◦ green 122 ◦ blue 223

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

Shades of Orchid #E67ADF

Tints of Orchid #E67ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 40%
G = 21.22%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E67ADF (or 0xE67ADF) is known color: Orchid. HEX triplet: E6, 7A and DF. RGB value is (230,122,223). Sum of RGB (Red+Green+Blue) = 230+122+223=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ADF is #198520. Grayscale: #A5A5A5. Windows color (decimal): -1672481 or 14645990. OLE color: 14645990.

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

Color convert

RGB 230 122 223 -
CMYK 0 0.47 0.03 0.10
HSL 303.89º 0.68% 0.69% -
HSV(B) 303.89º 0.47% 0.9% -
XYZ 52.91 36.07 73.99 -
YUV 165.81 160.28 173.79 -
System Red Green Blue C M Y K H S L
Decimal 230 122 223 0 0.47 0.03 0.10 303.89 0.68 0.69
Hex E6 7A DF 0 2F 3 A 130 44 45
Octal 346 172 337 0 57 3 12 460 104 105
Binary 11100110 1111010 11011111 0 101111 11 1010 100110000 1000100 1000101

Color Harmonies of #E67ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ADF

Black with #E67ADF

Text Example


Text Example

White with #E67ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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