Html Css Color HEX #D582D4 Orchid

📋 copy color: '#D582D4'

red 213 ◦ green 130 ◦ blue 212

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

Shades of Orchid #D582D4

Tints of Orchid #D582D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.2%

R = 38.38%
G = 23.42%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D582D4 (or 0xD582D4) is known color: Orchid. HEX triplet: D5, 82 and D4. RGB value is (213,130,212). Sum of RGB (Red+Green+Blue) = 213+130+212=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 212 (83.20% from 255 or 38.20% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D582D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D582D4 is #2A7D2B. Grayscale: #A3A3A3. Windows color (decimal): -2784556 or 13927125. OLE color: 13927125.

HSL color Cylindrical-coordinate representation of color #D582D4: hue angle of 300.72º 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 #D582D4 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 212 -
CMYK 0 0.39 0.00 0.16
HSL 300.72º 0.5% 0.67% -
HSV(B) 300.72º 0.39% 0.84% -
XYZ 47.31 34.86 66.52 -
YUV 164.17 155 162.83 -
System Red Green Blue C M Y K H S L
Decimal 213 130 212 0 0.39 0.00 0.16 300.72 0.5 0.67
Hex D5 82 D4 0 27 0 10 12D 32 43
Octal 325 202 324 0 47 0 20 455 62 103
Binary 11010101 10000010 11010100 0 100111 0 10000 100101101 110010 1000011

Color Harmonies of #D582D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D582D4

Black with #D582D4

Text Example


Text Example

White with #D582D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D582D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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