Html Css Color HEX #D980CC Orchid

📋 copy color: '#D980CC'

red 217 ◦ green 128 ◦ blue 204

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

Shades of Orchid #D980CC

Tints of Orchid #D980CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.16%

R = 39.53%
G = 23.32%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D980CC (or 0xD980CC) is known color: Orchid. HEX triplet: D9, 80 and CC. RGB value is (217,128,204). Sum of RGB (Red+Green+Blue) = 217+128+204=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CC is #267F33. Grayscale: #A3A3A3. Windows color (decimal): -2522932 or 13402329. OLE color: 13402329.

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

Color convert

RGB 217 128 204 -
CMYK 0 0.41 0.06 0.15
HSL 308.76º 0.54% 0.68% -
HSV(B) 308.76º 0.41% 0.85% -
XYZ 47.23 34.55 61.31 -
YUV 163.28 150.99 166.32 -
System Red Green Blue C M Y K H S L
Decimal 217 128 204 0 0.41 0.06 0.15 308.76 0.54 0.68
Hex D9 80 CC 0 29 6 F 135 36 44
Octal 331 200 314 0 51 6 17 465 66 104
Binary 11011001 10000000 11001100 0 101001 110 1111 100110101 110110 1000100

Color Harmonies of #D980CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D980CC

Black with #D980CC

Text Example


Text Example

White with #D980CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D980CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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