Html Css Color HEX #D582D1 Orchid

📋 copy color: '#D582D1'

red 213 ◦ green 130 ◦ blue 209

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

Shades of Orchid #D582D1

Tints of Orchid #D582D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.86%

R = 38.59%
G = 23.55%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D582D1 (or 0xD582D1) is known color: Orchid. HEX triplet: D5, 82 and D1. RGB value is (213,130,209). Sum of RGB (Red+Green+Blue) = 213+130+209=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D582D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D1 is #2A7D2E. Grayscale: #A3A3A3. Windows color (decimal): -2784559 or 13730517. OLE color: 13730517.

HSL color Cylindrical-coordinate representation of color #D582D1: hue angle of 302.89º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D582D1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 209 -
CMYK 0 0.39 0.02 0.16
HSL 302.89º 0.5% 0.67% -
HSV(B) 302.89º 0.39% 0.84% -
XYZ 46.93 34.71 64.55 -
YUV 163.82 153.5 163.08 -
System Red Green Blue C M Y K H S L
Decimal 213 130 209 0 0.39 0.02 0.16 302.89 0.5 0.67
Hex D5 82 D1 0 27 2 10 12F 32 43
Octal 325 202 321 0 47 2 20 457 62 103
Binary 11010101 10000010 11010001 0 100111 10 10000 100101111 110010 1000011

Color Harmonies of #D582D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582D1

Black with #D582D1

Text Example


Text Example

White with #D582D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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