Html Css Color HEX #E673CF Orchid

📋 copy color: '#E673CF'

red 230 ◦ green 115 ◦ blue 207

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

Shades of Orchid #E673CF

Tints of Orchid #E673CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 41.67%
G = 20.83%
B = 37.5%

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

#E673CF (or 0xE673CF) is known color: Orchid. HEX triplet: E6, 73 and CF. RGB value is (230,115,207). Sum of RGB (Red+Green+Blue) = 230+115+207=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E673CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E673CF is #198C30. Grayscale: #9F9F9F. Windows color (decimal): -1674289 or 13595622. OLE color: 13595622.

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

Color convert

RGB 230 115 207 -
CMYK 0 0.5 0.10 0.10
HSL 312º 0.7% 0.68% -
HSV(B) 312º 0.5% 0.9% -
XYZ 50.03 33.59 62.88 -
YUV 159.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 230 115 207 0 0.5 0.10 0.10 312 0.7 0.68
Hex E6 73 CF 0 32 A A 138 46 44
Octal 346 163 317 0 62 12 12 470 106 104
Binary 11100110 1110011 11001111 0 110010 1010 1010 100111000 1000110 1000100

Color Harmonies of #E673CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E673CF

Black with #E673CF

Text Example


Text Example

White with #E673CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E673CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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