Html Css Color HEX #E673CE Orchid

📋 copy color: '#E673CE'

red 230 ◦ green 115 ◦ blue 206

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

Shades of Orchid #E673CE

Tints of Orchid #E673CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.87%

 BLUE value IS 206 (80.86% from 255) = 37.39%

R = 41.74%
G = 20.87%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E673CE (or 0xE673CE) is known color: Orchid. HEX triplet: E6, 73 and CE. RGB value is (230,115,206). Sum of RGB (Red+Green+Blue) = 230+115+206=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E673CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673CE is #198C31. Grayscale: #9F9F9F. Windows color (decimal): -1674290 or 13530086. OLE color: 13530086.

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

Color convert

RGB 230 115 206 -
CMYK 0 0.5 0.10 0.10
HSL 312.52º 0.7% 0.68% -
HSV(B) 312.52º 0.5% 0.9% -
XYZ 49.9 33.54 62.24 -
YUV 159.76 154.1 178.1 -
System Red Green Blue C M Y K H S L
Decimal 230 115 206 0 0.5 0.10 0.10 312.52 0.7 0.68
Hex E6 73 CE 0 32 A A 139 46 44
Octal 346 163 316 0 62 12 12 471 106 104
Binary 11100110 1110011 11001110 0 110010 1010 1010 100111001 1000110 1000100

Color Harmonies of #E673CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673CE

Black with #E673CE

Text Example


Text Example

White with #E673CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673CE; }

 p { color: rgb(230,115,206); }

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

background-color css

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

 a { background-color: rgb(230,115,206); }

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

border-color css

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

 span { border-color: rgb(230,115,206); }

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