Html Css Color HEX #E682D0 Orchid

📋 copy color: '#E682D0'

red 230 ◦ green 130 ◦ blue 208

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

Shades of Orchid #E682D0

Tints of Orchid #E682D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 40.49%
G = 22.89%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E682D0 (or 0xE682D0) is known color: Orchid. HEX triplet: E6, 82 and D0. RGB value is (230,130,208). Sum of RGB (Red+Green+Blue) = 230+130+208=568 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.49% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 230 - color contains mainly: red. Hex color #E682D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682D0 is #197D2F. Grayscale: #A8A8A8. Windows color (decimal): -1670448 or 13664998. OLE color: 13664998.

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

Color convert

RGB 230 130 208 -
CMYK 0 0.43 0.10 0.10
HSL 313.2º 0.67% 0.71% -
HSV(B) 313.2º 0.43% 0.9% -
XYZ 52 37.34 64.14 -
YUV 168.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 230 130 208 0 0.43 0.10 0.10 313.2 0.67 0.71
Hex E6 82 D0 0 2B A A 139 43 47
Octal 346 202 320 0 53 12 12 471 103 107
Binary 11100110 10000010 11010000 0 101011 1010 1010 100111001 1000011 1000111

Color Harmonies of #E682D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E682D0

Black with #E682D0

Text Example


Text Example

White with #E682D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E682D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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