Html Css Color HEX #D881CD Orchid

📋 copy color: '#D881CD'

red 216 ◦ green 129 ◦ blue 205

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

Shades of Orchid #D881CD

Tints of Orchid #D881CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.27%

R = 39.27%
G = 23.45%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D881CD (or 0xD881CD) is known color: Orchid. HEX triplet: D8, 81 and CD. RGB value is (216,129,205). Sum of RGB (Red+Green+Blue) = 216+129+205=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CD is #277E32. Grayscale: #A3A3A3. Windows color (decimal): -2588211 or 13468120. OLE color: 13468120.

HSL color Cylindrical-coordinate representation of color #D881CD: hue angle of 307.59º 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 #D881CD is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 205 -
CMYK 0 0.40 0.05 0.15
HSL 307.59º 0.53% 0.68% -
HSV(B) 307.59º 0.4% 0.85% -
XYZ 47.19 34.71 61.97 -
YUV 163.68 151.32 165.32 -
System Red Green Blue C M Y K H S L
Decimal 216 129 205 0 0.40 0.05 0.15 307.59 0.53 0.68
Hex D8 81 CD 0 28 5 F 134 35 44
Octal 330 201 315 0 50 5 17 464 65 104
Binary 11011000 10000001 11001101 0 101000 101 1111 100110100 110101 1000100

Color Harmonies of #D881CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881CD

Black with #D881CD

Text Example


Text Example

White with #D881CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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