Html Css Color HEX #E67ECD Orchid

📋 copy color: '#E67ECD'

red 230 ◦ green 126 ◦ blue 205

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

Shades of Orchid #E67ECD

Tints of Orchid #E67ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.46%

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

R = 41%
G = 22.46%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E67ECD (or 0xE67ECD) is known color: Orchid. HEX triplet: E6, 7E and CD. RGB value is (230,126,205). Sum of RGB (Red+Green+Blue) = 230+126+205=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ECD is #198132. Grayscale: #A5A5A5. Windows color (decimal): -1671475 or 13467366. OLE color: 13467366.

HSL color Cylindrical-coordinate representation of color #E67ECD: hue angle of 314.42º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67ECD is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 126 205 -
CMYK 0 0.45 0.11 0.10
HSL 314.42º 0.68% 0.7% -
HSV(B) 314.42º 0.45% 0.9% -
XYZ 51.11 36.15 62.04 -
YUV 166.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 230 126 205 0 0.45 0.11 0.10 314.42 0.68 0.7
Hex E6 7E CD 0 2D B A 13A 44 46
Octal 346 176 315 0 55 13 12 472 104 106
Binary 11100110 1111110 11001101 0 101101 1011 1010 100111010 1000100 1000110

Color Harmonies of #E67ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ECD

Black with #E67ECD

Text Example


Text Example

White with #E67ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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