Html Css Color HEX #D582DA Orchid

📋 copy color: '#D582DA'

red 213 ◦ green 130 ◦ blue 218

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

Shades of Orchid #D582DA

Tints of Orchid #D582DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.86%

R = 37.97%
G = 23.17%
B = 38.86%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D582DA (or 0xD582DA) is known color: Orchid. HEX triplet: D5, 82 and DA. RGB value is (213,130,218). Sum of RGB (Red+Green+Blue) = 213+130+218=561 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.97% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #D582DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582DA is #2A7D25. Grayscale: #A4A4A4. Windows color (decimal): -2784550 or 14320341. OLE color: 14320341.

HSL color Cylindrical-coordinate representation of color #D582DA: hue angle of 296.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D582DA is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 130 218 -
CMYK 0.02 0.40 0 0.15
HSL 296.59º 0.54% 0.68% -
HSV(B) 296.59º 0.4% 0.85% -
XYZ 48.08 35.17 70.58 -
YUV 164.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 213 130 218 0.02 0.40 0 0.15 296.59 0.54 0.68
Hex D5 82 DA 2 28 0 F 129 36 44
Octal 325 202 332 2 50 0 17 451 66 104
Binary 11010101 10000010 11011010 10 101000 0 1111 100101001 110110 1000100

Color Harmonies of #D582DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582DA

Black with #D582DA

Text Example


Text Example

White with #D582DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582DA; }

 p { color: rgb(213,130,218); }

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

background-color css

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

 a { background-color: rgb(213,130,218); }

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

border-color css

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

 span { border-color: rgb(213,130,218); }

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