Html Css Color HEX #D582DC Orchid

📋 copy color: '#D582DC'

red 213 ◦ green 130 ◦ blue 220

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

Shades of Orchid #D582DC

Tints of Orchid #D582DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 37.83%
G = 23.09%
B = 39.08%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D582DC (or 0xD582DC) is known color: Orchid. HEX triplet: D5, 82 and DC. RGB value is (213,130,220). Sum of RGB (Red+Green+Blue) = 213+130+220=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #D582DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582DC is #2A7D23. Grayscale: #A4A4A4. Windows color (decimal): -2784548 or 14451413. OLE color: 14451413.

HSL color Cylindrical-coordinate representation of color #D582DC: hue angle of 295.33º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D582DC is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 130 220 -
CMYK 0.03 0.41 0 0.14
HSL 295.33º 0.56% 0.69% -
HSV(B) 295.33º 0.41% 0.86% -
XYZ 48.34 35.28 71.97 -
YUV 165.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 213 130 220 0.03 0.41 0 0.14 295.33 0.56 0.69
Hex D5 82 DC 3 29 0 E 127 38 45
Octal 325 202 334 3 51 0 16 447 70 105
Binary 11010101 10000010 11011100 11 101001 0 1110 100100111 111000 1000101

Color Harmonies of #D582DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582DC

Black with #D582DC

Text Example


Text Example

White with #D582DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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