Html Css Color HEX #E675D2 Orchid

📋 copy color: '#E675D2'

red 230 ◦ green 117 ◦ blue 210

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

Shades of Orchid #E675D2

Tints of Orchid #E675D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 41.29%
G = 21.01%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E675D2 (or 0xE675D2) is known color: Orchid. HEX triplet: E6, 75 and D2. RGB value is (230,117,210). Sum of RGB (Red+Green+Blue) = 230+117+210=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E675D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675D2 is #198A2D. Grayscale: #A1A1A1. Windows color (decimal): -1673774 or 13792742. OLE color: 13792742.

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

Color convert

RGB 230 117 210 -
CMYK 0 0.49 0.09 0.10
HSL 310.62º 0.69% 0.68% -
HSV(B) 310.62º 0.49% 0.9% -
XYZ 50.63 34.2 64.91 -
YUV 161.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 230 117 210 0 0.49 0.09 0.10 310.62 0.69 0.68
Hex E6 75 D2 0 31 9 A 137 45 44
Octal 346 165 322 0 61 11 12 467 105 104
Binary 11100110 1110101 11010010 0 110001 1001 1010 100110111 1000101 1000100

Color Harmonies of #E675D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E675D2

Black with #E675D2

Text Example


Text Example

White with #E675D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E675D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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