Html Css Color HEX #D881D4 Orchid

📋 copy color: '#D881D4'

red 216 ◦ green 129 ◦ blue 212

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

Shades of Orchid #D881D4

Tints of Orchid #D881D4

RGB

 RED value IS 216 (84.77% from 255) = 38.78%

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

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

R = 38.78%
G = 23.16%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D881D4 (or 0xD881D4) is known color: Orchid. HEX triplet: D8, 81 and D4. RGB value is (216,129,212). Sum of RGB (Red+Green+Blue) = 216+129+212=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D881D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881D4 is #277E2B. Grayscale: #A4A4A4. Windows color (decimal): -2588204 or 13926872. OLE color: 13926872.

HSL color Cylindrical-coordinate representation of color #D881D4: hue angle of 302.76º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881D4 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 212 -
CMYK 0 0.40 0.02 0.15
HSL 302.76º 0.53% 0.68% -
HSV(B) 302.76º 0.4% 0.85% -
XYZ 48.05 35.05 66.52 -
YUV 164.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 216 129 212 0 0.40 0.02 0.15 302.76 0.53 0.68
Hex D8 81 D4 0 28 2 F 12F 35 44
Octal 330 201 324 0 50 2 17 457 65 104
Binary 11011000 10000001 11010100 0 101000 10 1111 100101111 110101 1000100

Color Harmonies of #D881D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881D4

Black with #D881D4

Text Example


Text Example

White with #D881D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881D4; }

 p { color: rgb(216,129,212); }

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

background-color css

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

 a { background-color: rgb(216,129,212); }

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

border-color css

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

 span { border-color: rgb(216,129,212); }

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