Html Css Color HEX #D884CA Orchid

📋 copy color: '#D884CA'

red 216 ◦ green 132 ◦ blue 202

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

Shades of Orchid #D884CA

Tints of Orchid #D884CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.73%

R = 39.27%
G = 24%
B = 36.73%

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

#D884CA (or 0xD884CA) is known color: Orchid. HEX triplet: D8, 84 and CA. RGB value is (216,132,202). Sum of RGB (Red+Green+Blue) = 216+132+202=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 216 - color contains mainly: red. Hex color #D884CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D884CA is #277B35. Grayscale: #A4A4A4. Windows color (decimal): -2587446 or 13272280. OLE color: 13272280.

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

Color convert

RGB 216 132 202 -
CMYK 0 0.39 0.06 0.15
HSL 310º 0.52% 0.68% -
HSV(B) 310º 0.39% 0.85% -
XYZ 47.23 35.37 60.21 -
YUV 165.1 148.83 164.31 -
System Red Green Blue C M Y K H S L
Decimal 216 132 202 0 0.39 0.06 0.15 310 0.52 0.68
Hex D8 84 CA 0 27 6 F 136 34 44
Octal 330 204 312 0 47 6 17 466 64 104
Binary 11011000 10000100 11001010 0 100111 110 1111 100110110 110100 1000100

Color Harmonies of #D884CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D884CA

Black with #D884CA

Text Example


Text Example

White with #D884CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D884CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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