Html Css Color HEX #D884CC Orchid

📋 copy color: '#D884CC'

red 216 ◦ green 132 ◦ blue 204

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

Shades of Orchid #D884CC

Tints of Orchid #D884CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.96%

R = 39.13%
G = 23.91%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D884CC (or 0xD884CC) is known color: Orchid. HEX triplet: D8, 84 and CC. RGB value is (216,132,204). Sum of RGB (Red+Green+Blue) = 216+132+204=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D884CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884CC is #277B33. Grayscale: #A5A5A5. Windows color (decimal): -2587444 or 13403352. OLE color: 13403352.

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

Color convert

RGB 216 132 204 -
CMYK 0 0.39 0.06 0.15
HSL 308.57º 0.52% 0.68% -
HSV(B) 308.57º 0.39% 0.85% -
XYZ 47.47 35.46 61.47 -
YUV 165.32 149.83 164.15 -
System Red Green Blue C M Y K H S L
Decimal 216 132 204 0 0.39 0.06 0.15 308.57 0.52 0.68
Hex D8 84 CC 0 27 6 F 135 34 44
Octal 330 204 314 0 47 6 17 465 64 104
Binary 11011000 10000100 11001100 0 100111 110 1111 100110101 110100 1000100

Color Harmonies of #D884CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884CC

Black with #D884CC

Text Example


Text Example

White with #D884CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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