Html Css Color HEX #D982CF Orchid

📋 copy color: '#D982CF'

red 217 ◦ green 130 ◦ blue 207

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

Shades of Orchid #D982CF

Tints of Orchid #D982CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.36%

R = 39.17%
G = 23.47%
B = 37.36%

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

#D982CF (or 0xD982CF) is known color: Orchid. HEX triplet: D9, 82 and CF. RGB value is (217,130,207). Sum of RGB (Red+Green+Blue) = 217+130+207=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D982CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982CF is #267D30. Grayscale: #A4A4A4. Windows color (decimal): -2522417 or 13599449. OLE color: 13599449.

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

Color convert

RGB 217 130 207 -
CMYK 0 0.40 0.05 0.15
HSL 306.9º 0.53% 0.68% -
HSV(B) 306.9º 0.4% 0.85% -
XYZ 47.86 35.22 63.31 -
YUV 164.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 217 130 207 0 0.40 0.05 0.15 306.9 0.53 0.68
Hex D9 82 CF 0 28 5 F 133 35 44
Octal 331 202 317 0 50 5 17 463 65 104
Binary 11011001 10000010 11001111 0 101000 101 1111 100110011 110101 1000100

Color Harmonies of #D982CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D982CF

Black with #D982CF

Text Example


Text Example

White with #D982CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D982CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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