Html Css Color HEX #D581C7 Orchid

📋 copy color: '#D581C7'

red 213 ◦ green 129 ◦ blue 199

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

Shades of Orchid #D581C7

Tints of Orchid #D581C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 39.37%
G = 23.84%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D581C7 (or 0xD581C7) is known color: Orchid. HEX triplet: D5, 81 and C7. RGB value is (213,129,199). Sum of RGB (Red+Green+Blue) = 213+129+199=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 129 (50.78% from 255 or 23.84% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D581C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D581C7 is #2A7E38. Grayscale: #A1A1A1. Windows color (decimal): -2784825 or 13074901. OLE color: 13074901.

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

Color convert

RGB 213 129 199 -
CMYK 0 0.39 0.07 0.16
HSL 310º 0.5% 0.67% -
HSV(B) 310º 0.39% 0.84% -
XYZ 45.6 33.97 58.19 -
YUV 162.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 213 129 199 0 0.39 0.07 0.16 310 0.5 0.67
Hex D5 81 C7 0 27 7 10 136 32 43
Octal 325 201 307 0 47 7 20 466 62 103
Binary 11010101 10000001 11000111 0 100111 111 10000 100110110 110010 1000011

Color Harmonies of #D581C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D581C7

Black with #D581C7

Text Example


Text Example

White with #D581C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D581C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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