Html Css Color HEX #E682D4 Orchid

📋 copy color: '#E682D4'

red 230 ◦ green 130 ◦ blue 212

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

Shades of Orchid #E682D4

Tints of Orchid #E682D4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.73%

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

R = 40.21%
G = 22.73%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.10

RGB Variations

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

Color information

#E682D4 (or 0xE682D4) is known color: Orchid. HEX triplet: E6, 82 and D4. RGB value is (230,130,212). Sum of RGB (Red+Green+Blue) = 230+130+212=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 130 (51.17% from 255 or 22.73% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E682D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682D4 is #197D2B. Grayscale: #A9A9A9. Windows color (decimal): -1670444 or 13927142. OLE color: 13927142.

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

Color convert

RGB 230 130 212 -
CMYK 0 0.43 0.08 0.10
HSL 310.8º 0.67% 0.71% -
HSV(B) 310.8º 0.43% 0.9% -
XYZ 52.5 37.54 66.77 -
YUV 169.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 230 130 212 0 0.43 0.08 0.10 310.8 0.67 0.71
Hex E6 82 D4 0 2B 8 A 137 43 47
Octal 346 202 324 0 53 10 12 467 103 107
Binary 11100110 10000010 11010100 0 101011 1000 1010 100110111 1000011 1000111

Color Harmonies of #E682D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682D4

Black with #E682D4

Text Example


Text Example

White with #E682D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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