Html Css Color HEX #D580E6 Orchid

📋 copy color: '#D580E6'

red 213 ◦ green 128 ◦ blue 230

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

Shades of Orchid #D580E6

Tints of Orchid #D580E6

RGB

 RED value IS 213 (83.59% from 255) = 37.3%

 GREEN value IS 128 (50.39% from 255) = 22.42%

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

R = 37.3%
G = 22.42%
B = 40.28%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D580E6 (or 0xD580E6) is known color: Orchid. HEX triplet: D5, 80 and E6. RGB value is (213,128,230). Sum of RGB (Red+Green+Blue) = 213+128+230=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #D580E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D580E6 is #2A7F19. Grayscale: #A4A4A4. Windows color (decimal): -2785050 or 15106261. OLE color: 15106261.

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

Color convert

RGB 213 128 230 -
CMYK 0.07 0.44 0 0.10
HSL 290º 0.67% 0.7% -
HSV(B) 290º 0.44% 0.9% -
XYZ 49.44 35.3 79.07 -
YUV 165.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 213 128 230 0.07 0.44 0 0.10 290 0.67 0.7
Hex D5 80 E6 7 2C 0 A 122 43 46
Octal 325 200 346 7 54 0 12 442 103 106
Binary 11010101 10000000 11100110 111 101100 0 1010 100100010 1000011 1000110

Color Harmonies of #D580E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D580E6

Black with #D580E6

Text Example


Text Example

White with #D580E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D580E6; }

 p { color: rgb(213,128,230); }

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

background-color css

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

 a { background-color: rgb(213,128,230); }

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

border-color css

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

 span { border-color: rgb(213,128,230); }

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