Html Css Color HEX #E682D1 Orchid

📋 copy color: '#E682D1'

red 230 ◦ green 130 ◦ blue 209

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

Shades of Orchid #E682D1

Tints of Orchid #E682D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 40.42%
G = 22.85%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E682D1 (or 0xE682D1) is known color: Orchid. HEX triplet: E6, 82 and D1. RGB value is (230,130,209). Sum of RGB (Red+Green+Blue) = 230+130+209=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E682D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682D1 is #197D2E. Grayscale: #A8A8A8. Windows color (decimal): -1670447 or 13730534. OLE color: 13730534.

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

Color convert

RGB 230 130 209 -
CMYK 0 0.43 0.09 0.10
HSL 312.6º 0.67% 0.71% -
HSV(B) 312.6º 0.43% 0.9% -
XYZ 52.12 37.39 64.79 -
YUV 168.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 230 130 209 0 0.43 0.09 0.10 312.6 0.67 0.71
Hex E6 82 D1 0 2B 9 A 139 43 47
Octal 346 202 321 0 53 11 12 471 103 107
Binary 11100110 10000010 11010001 0 101011 1001 1010 100111001 1000011 1000111

Color Harmonies of #E682D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682D1

Black with #E682D1

Text Example


Text Example

White with #E682D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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