Html Css Color HEX #E682D3 Orchid

📋 copy color: '#E682D3'

red 230 ◦ green 130 ◦ blue 211

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

Shades of Orchid #E682D3

Tints of Orchid #E682D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 40.28%
G = 22.77%
B = 36.95%

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

#E682D3 (or 0xE682D3) is known color: Orchid. HEX triplet: E6, 82 and D3. RGB value is (230,130,211). Sum of RGB (Red+Green+Blue) = 230+130+211=571 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.28% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 230 - color contains mainly: red. Hex color #E682D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682D3 is #197D2C. Grayscale: #A8A8A8. Windows color (decimal): -1670445 or 13861606. OLE color: 13861606.

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

Color convert

RGB 230 130 211 -
CMYK 0 0.43 0.08 0.10
HSL 311.4º 0.67% 0.71% -
HSV(B) 311.4º 0.43% 0.9% -
XYZ 52.37 37.49 66.1 -
YUV 169.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 230 130 211 0 0.43 0.08 0.10 311.4 0.67 0.71
Hex E6 82 D3 0 2B 8 A 137 43 47
Octal 346 202 323 0 53 10 12 467 103 107
Binary 11100110 10000010 11010011 0 101011 1000 1010 100110111 1000011 1000111

Color Harmonies of #E682D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682D3

Black with #E682D3

Text Example


Text Example

White with #E682D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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