Html Css Color HEX #D884CE Orchid

📋 copy color: '#D884CE'

red 216 ◦ green 132 ◦ blue 206

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

Shades of Orchid #D884CE

Tints of Orchid #D884CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 38.99%
G = 23.83%
B = 37.18%

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

#D884CE (or 0xD884CE) is known color: Orchid. HEX triplet: D8, 84 and CE. RGB value is (216,132,206). Sum of RGB (Red+Green+Blue) = 216+132+206=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D884CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884CE is #277B31. Grayscale: #A5A5A5. Windows color (decimal): -2587442 or 13534424. OLE color: 13534424.

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

Color convert

RGB 216 132 206 -
CMYK 0 0.39 0.05 0.15
HSL 307.14º 0.52% 0.68% -
HSV(B) 307.14º 0.39% 0.85% -
XYZ 47.71 35.56 62.74 -
YUV 165.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 216 132 206 0 0.39 0.05 0.15 307.14 0.52 0.68
Hex D8 84 CE 0 27 5 F 133 34 44
Octal 330 204 316 0 47 5 17 463 64 104
Binary 11011000 10000100 11001110 0 100111 101 1111 100110011 110100 1000100

Color Harmonies of #D884CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884CE

Black with #D884CE

Text Example


Text Example

White with #D884CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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