Html Css Color HEX #D884CD Orchid

📋 copy color: '#D884CD'

red 216 ◦ green 132 ◦ blue 205

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

Shades of Orchid #D884CD

Tints of Orchid #D884CD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.87%

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

R = 39.06%
G = 23.87%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D884CD (or 0xD884CD) is known color: Orchid. HEX triplet: D8, 84 and CD. RGB value is (216,132,205). Sum of RGB (Red+Green+Blue) = 216+132+205=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D884CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884CD is #277B32. Grayscale: #A5A5A5. Windows color (decimal): -2587443 or 13468888. OLE color: 13468888.

HSL color Cylindrical-coordinate representation of color #D884CD: hue angle of 307.86º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D884CD is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 132 205 -
CMYK 0 0.39 0.05 0.15
HSL 307.86º 0.52% 0.68% -
HSV(B) 307.86º 0.39% 0.85% -
XYZ 47.59 35.51 62.1 -
YUV 165.44 150.33 164.06 -
System Red Green Blue C M Y K H S L
Decimal 216 132 205 0 0.39 0.05 0.15 307.86 0.52 0.68
Hex D8 84 CD 0 27 5 F 134 34 44
Octal 330 204 315 0 47 5 17 464 64 104
Binary 11011000 10000100 11001101 0 100111 101 1111 100110100 110100 1000100

Color Harmonies of #D884CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884CD

Black with #D884CD

Text Example


Text Example

White with #D884CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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