Html Css Color HEX #D982CD Orchid

📋 copy color: '#D982CD'

red 217 ◦ green 130 ◦ blue 205

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

Shades of Orchid #D982CD

Tints of Orchid #D982CD

RGB

 RED value IS 217 (85.16% from 255) = 39.31%

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

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

R = 39.31%
G = 23.55%
B = 37.14%

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

#D982CD (or 0xD982CD) is known color: Orchid. HEX triplet: D9, 82 and CD. RGB value is (217,130,205). Sum of RGB (Red+Green+Blue) = 217+130+205=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D982CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982CD is #267D32. Grayscale: #A4A4A4. Windows color (decimal): -2522419 or 13468377. OLE color: 13468377.

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

Color convert

RGB 217 130 205 -
CMYK 0 0.40 0.06 0.15
HSL 308.28º 0.53% 0.68% -
HSV(B) 308.28º 0.4% 0.85% -
XYZ 47.62 35.12 62.03 -
YUV 164.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 217 130 205 0 0.40 0.06 0.15 308.28 0.53 0.68
Hex D9 82 CD 0 28 6 F 134 35 44
Octal 331 202 315 0 50 6 17 464 65 104
Binary 11011001 10000010 11001101 0 101000 110 1111 100110100 110101 1000100

Color Harmonies of #D982CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982CD

Black with #D982CD

Text Example


Text Example

White with #D982CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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