Html Css Color HEX #D882D4 Orchid

📋 copy color: '#D882D4'

red 216 ◦ green 130 ◦ blue 212

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

Shades of Orchid #D882D4

Tints of Orchid #D882D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.99%

R = 38.71%
G = 23.3%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D882D4 (or 0xD882D4) is known color: Orchid. HEX triplet: D8, 82 and D4. RGB value is (216,130,212). Sum of RGB (Red+Green+Blue) = 216+130+212=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D882D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882D4 is #277D2B. Grayscale: #A4A4A4. Windows color (decimal): -2587948 or 13927128. OLE color: 13927128.

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

Color convert

RGB 216 130 212 -
CMYK 0 0.40 0.02 0.15
HSL 302.79º 0.52% 0.68% -
HSV(B) 302.79º 0.4% 0.85% -
XYZ 48.19 35.32 66.56 -
YUV 165.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 216 130 212 0 0.40 0.02 0.15 302.79 0.52 0.68
Hex D8 82 D4 0 28 2 F 12F 34 44
Octal 330 202 324 0 50 2 17 457 64 104
Binary 11011000 10000010 11010100 0 101000 10 1111 100101111 110100 1000100

Color Harmonies of #D882D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882D4

Black with #D882D4

Text Example


Text Example

White with #D882D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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