Html Css Color HEX #E683D0 Orchid

📋 copy color: '#E683D0'

red 230 ◦ green 131 ◦ blue 208

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

Shades of Orchid #E683D0

Tints of Orchid #E683D0

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.02%

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

R = 40.42%
G = 23.02%
B = 36.56%

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

#E683D0 (or 0xE683D0) is known color: Orchid. HEX triplet: E6, 83 and D0. RGB value is (230,131,208). Sum of RGB (Red+Green+Blue) = 230+131+208=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E683D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683D0 is #197C2F. Grayscale: #A9A9A9. Windows color (decimal): -1670192 or 13665254. OLE color: 13665254.

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

Color convert

RGB 230 131 208 -
CMYK 0 0.43 0.10 0.10
HSL 313.33º 0.66% 0.71% -
HSV(B) 313.33º 0.43% 0.9% -
XYZ 52.13 37.61 64.19 -
YUV 169.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 230 131 208 0 0.43 0.10 0.10 313.33 0.66 0.71
Hex E6 83 D0 0 2B A A 139 42 47
Octal 346 203 320 0 53 12 12 471 102 107
Binary 11100110 10000011 11010000 0 101011 1010 1010 100111001 1000010 1000111

Color Harmonies of #E683D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E683D0

Black with #E683D0

Text Example


Text Example

White with #E683D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E683D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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