Html Css Color HEX #E67ECC Orchid

📋 copy color: '#E67ECC'

red 230 ◦ green 126 ◦ blue 204

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

Shades of Orchid #E67ECC

Tints of Orchid #E67ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 41.07%
G = 22.5%
B = 36.43%

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

#E67ECC (or 0xE67ECC) is known color: Orchid. HEX triplet: E6, 7E and CC. RGB value is (230,126,204). Sum of RGB (Red+Green+Blue) = 230+126+204=560 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.07% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 230 - color contains mainly: red. Hex color #E67ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67ECC is #198133. Grayscale: #A5A5A5. Windows color (decimal): -1671476 or 13401830. OLE color: 13401830.

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

Color convert

RGB 230 126 204 -
CMYK 0 0.45 0.11 0.10
HSL 315º 0.68% 0.7% -
HSV(B) 315º 0.45% 0.9% -
XYZ 50.99 36.1 61.41 -
YUV 165.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 230 126 204 0 0.45 0.11 0.10 315 0.68 0.7
Hex E6 7E CC 0 2D B A 13B 44 46
Octal 346 176 314 0 55 13 12 473 104 106
Binary 11100110 1111110 11001100 0 101101 1011 1010 100111011 1000100 1000110

Color Harmonies of #E67ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67ECC

Black with #E67ECC

Text Example


Text Example

White with #E67ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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