Html Css Color HEX #D882CA Orchid

📋 copy color: '#D882CA'

red 216 ◦ green 130 ◦ blue 202

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

Shades of Orchid #D882CA

Tints of Orchid #D882CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.72%

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

R = 39.42%
G = 23.72%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D882CA (or 0xD882CA) is known color: Orchid. HEX triplet: D8, 82 and CA. RGB value is (216,130,202). Sum of RGB (Red+Green+Blue) = 216+130+202=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 216 - color contains mainly: red. Hex color #D882CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882CA is #277D35. Grayscale: #A3A3A3. Windows color (decimal): -2587958 or 13271768. OLE color: 13271768.

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

Color convert

RGB 216 130 202 -
CMYK 0 0.40 0.06 0.15
HSL 309.77º 0.52% 0.68% -
HSV(B) 309.77º 0.4% 0.85% -
XYZ 46.96 34.83 60.12 -
YUV 163.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 216 130 202 0 0.40 0.06 0.15 309.77 0.52 0.68
Hex D8 82 CA 0 28 6 F 136 34 44
Octal 330 202 312 0 50 6 17 466 64 104
Binary 11011000 10000010 11001010 0 101000 110 1111 100110110 110100 1000100

Color Harmonies of #D882CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882CA

Black with #D882CA

Text Example


Text Example

White with #D882CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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