Html Css Color HEX #E674CD Orchid

📋 copy color: '#E674CD'

red 230 ◦ green 116 ◦ blue 205

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

Shades of Orchid #E674CD

Tints of Orchid #E674CD

RGB

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

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

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

R = 41.74%
G = 21.05%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E674CD (or 0xE674CD) is known color: Orchid. HEX triplet: E6, 74 and CD. RGB value is (230,116,205). Sum of RGB (Red+Green+Blue) = 230+116+205=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E674CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674CD is #198B32. Grayscale: #9F9F9F. Windows color (decimal): -1674035 or 13464806. OLE color: 13464806.

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

Color convert

RGB 230 116 205 -
CMYK 0 0.50 0.11 0.10
HSL 313.16º 0.7% 0.68% -
HSV(B) 313.16º 0.5% 0.9% -
XYZ 49.9 33.72 61.64 -
YUV 160.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 230 116 205 0 0.50 0.11 0.10 313.16 0.7 0.68
Hex E6 74 CD 0 32 B A 139 46 44
Octal 346 164 315 0 62 13 12 471 106 104
Binary 11100110 1110100 11001101 0 110010 1011 1010 100111001 1000110 1000100

Color Harmonies of #E674CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674CD

Black with #E674CD

Text Example


Text Example

White with #E674CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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