Html Css Color HEX #D581D6 Orchid

📋 copy color: '#D581D6'

red 213 ◦ green 129 ◦ blue 214

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

Shades of Orchid #D581D6

Tints of Orchid #D581D6

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.2%

 BLUE value IS 214 (83.98% from 255) = 38.49%

R = 38.31%
G = 23.2%
B = 38.49%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D581D6 (or 0xD581D6) is known color: Orchid. HEX triplet: D5, 81 and D6. RGB value is (213,129,214). Sum of RGB (Red+Green+Blue) = 213+129+214=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #D581D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581D6 is #2A7E29. Grayscale: #A3A3A3. Windows color (decimal): -2784810 or 14057941. OLE color: 14057941.

HSL color Cylindrical-coordinate representation of color #D581D6: hue angle of 299.29º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D581D6 is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 214 -
CMYK 0.00 0.40 0 0.16
HSL 299.29º 0.51% 0.67% -
HSV(B) 299.29º 0.4% 0.84% -
XYZ 47.43 34.7 67.82 -
YUV 163.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 213 129 214 0.00 0.40 0 0.16 299.29 0.51 0.67
Hex D5 81 D6 0 28 0 10 12B 33 43
Octal 325 201 326 0 50 0 20 453 63 103
Binary 11010101 10000001 11010110 0 101000 0 10000 100101011 110011 1000011

Color Harmonies of #D581D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581D6

Black with #D581D6

Text Example


Text Example

White with #D581D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581D6; }

 p { color: rgb(213,129,214); }

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

background-color css

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

 a { background-color: rgb(213,129,214); }

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

border-color css

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

 span { border-color: rgb(213,129,214); }

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