Html Css Color HEX #E674CF Orchid

📋 copy color: '#E674CF'

red 230 ◦ green 116 ◦ blue 207

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

Shades of Orchid #E674CF

Tints of Orchid #E674CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.98%

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

R = 41.59%
G = 20.98%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E674CF (or 0xE674CF) is known color: Orchid. HEX triplet: E6, 74 and CF. RGB value is (230,116,207). Sum of RGB (Red+Green+Blue) = 230+116+207=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E674CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674CF is #198B30. Grayscale: #A0A0A0. Windows color (decimal): -1674033 or 13595878. OLE color: 13595878.

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

Color convert

RGB 230 116 207 -
CMYK 0 0.50 0.10 0.10
HSL 312.11º 0.7% 0.68% -
HSV(B) 312.11º 0.5% 0.9% -
XYZ 50.14 33.82 62.92 -
YUV 160.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 230 116 207 0 0.50 0.10 0.10 312.11 0.7 0.68
Hex E6 74 CF 0 32 A A 138 46 44
Octal 346 164 317 0 62 12 12 470 106 104
Binary 11100110 1110100 11001111 0 110010 1010 1010 100111000 1000110 1000100

Color Harmonies of #E674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674CF

Black with #E674CF

Text Example


Text Example

White with #E674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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