Html Css Color HEX #D884C2 Orchid

📋 copy color: '#D884C2'

red 216 ◦ green 132 ◦ blue 194

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

Shades of Orchid #D884C2

Tints of Orchid #D884C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.79%

R = 39.85%
G = 24.35%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D884C2 (or 0xD884C2) is known color: Orchid. HEX triplet: D8, 84 and C2. RGB value is (216,132,194). Sum of RGB (Red+Green+Blue) = 216+132+194=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D884C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884C2 is #277B3D. Grayscale: #A4A4A4. Windows color (decimal): -2587454 or 12747992. OLE color: 12747992.

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

Color convert

RGB 216 132 194 -
CMYK 0 0.39 0.10 0.15
HSL 315.71º 0.52% 0.68% -
HSV(B) 315.71º 0.39% 0.85% -
XYZ 46.31 35 55.35 -
YUV 164.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 216 132 194 0 0.39 0.10 0.15 315.71 0.52 0.68
Hex D8 84 C2 0 27 A F 13C 34 44
Octal 330 204 302 0 47 12 17 474 64 104
Binary 11011000 10000100 11000010 0 100111 1010 1111 100111100 110100 1000100

Color Harmonies of #D884C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884C2

Black with #D884C2

Text Example


Text Example

White with #D884C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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