Html Css Color HEX #D882CD Orchid

📋 copy color: '#D882CD'

red 216 ◦ green 130 ◦ blue 205

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

Shades of Orchid #D882CD

Tints of Orchid #D882CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.21%

R = 39.2%
G = 23.59%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D882CD (or 0xD882CD) is known color: Orchid. HEX triplet: D8, 82 and CD. RGB value is (216,130,205). Sum of RGB (Red+Green+Blue) = 216+130+205=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D882CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882CD is #277D32. Grayscale: #A4A4A4. Windows color (decimal): -2587955 or 13468376. OLE color: 13468376.

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

Color convert

RGB 216 130 205 -
CMYK 0 0.40 0.05 0.15
HSL 307.67º 0.52% 0.68% -
HSV(B) 307.67º 0.4% 0.85% -
XYZ 47.32 34.97 62.01 -
YUV 164.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 216 130 205 0 0.40 0.05 0.15 307.67 0.52 0.68
Hex D8 82 CD 0 28 5 F 134 34 44
Octal 330 202 315 0 50 5 17 464 64 104
Binary 11011000 10000010 11001101 0 101000 101 1111 100110100 110100 1000100

Color Harmonies of #D882CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D882CD

Black with #D882CD

Text Example


Text Example

White with #D882CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D882CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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