Html Css Color HEX #D980CF Orchid

📋 copy color: '#D980CF'

red 217 ◦ green 128 ◦ blue 207

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

Shades of Orchid #D980CF

Tints of Orchid #D980CF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.19%

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

R = 39.31%
G = 23.19%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D980CF (or 0xD980CF) is known color: Orchid. HEX triplet: D9, 80 and CF. RGB value is (217,128,207). Sum of RGB (Red+Green+Blue) = 217+128+207=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CF is #267F30. Grayscale: #A3A3A3. Windows color (decimal): -2522929 or 13598937. OLE color: 13598937.

HSL color Cylindrical-coordinate representation of color #D980CF: hue angle of 306.74º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980CF is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 128 207 -
CMYK 0 0.41 0.05 0.15
HSL 306.74º 0.54% 0.68% -
HSV(B) 306.74º 0.41% 0.85% -
XYZ 47.6 34.7 63.22 -
YUV 163.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 217 128 207 0 0.41 0.05 0.15 306.74 0.54 0.68
Hex D9 80 CF 0 29 5 F 133 36 44
Octal 331 200 317 0 51 5 17 463 66 104
Binary 11011001 10000000 11001111 0 101001 101 1111 100110011 110110 1000100

Color Harmonies of #D980CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980CF

Black with #D980CF

Text Example


Text Example

White with #D980CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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