Html Css Color HEX #E675D4 Orchid

📋 copy color: '#E675D4'

red 230 ◦ green 117 ◦ blue 212

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

Shades of Orchid #E675D4

Tints of Orchid #E675D4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.93%

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 41.14%
G = 20.93%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E675D4 (or 0xE675D4) is known color: Orchid. HEX triplet: E6, 75 and D4. RGB value is (230,117,212). Sum of RGB (Red+Green+Blue) = 230+117+212=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E675D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675D4 is #198A2B. Grayscale: #A1A1A1. Windows color (decimal): -1673772 or 13923814. OLE color: 13923814.

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

Color convert

RGB 230 117 212 -
CMYK 0 0.49 0.08 0.10
HSL 309.56º 0.69% 0.68% -
HSV(B) 309.56º 0.49% 0.9% -
XYZ 50.88 34.3 66.23 -
YUV 161.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 230 117 212 0 0.49 0.08 0.10 309.56 0.69 0.68
Hex E6 75 D4 0 31 8 A 136 45 44
Octal 346 165 324 0 61 10 12 466 105 104
Binary 11100110 1110101 11010100 0 110001 1000 1010 100110110 1000101 1000100

Color Harmonies of #E675D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675D4

Black with #E675D4

Text Example


Text Example

White with #E675D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675D4; }

 p { color: rgb(230,117,212); }

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

background-color css

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

 a { background-color: rgb(230,117,212); }

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

border-color css

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

 span { border-color: rgb(230,117,212); }

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