Html Css Color HEX #D981CC Orchid

📋 copy color: '#D981CC'

red 217 ◦ green 129 ◦ blue 204

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

Shades of Orchid #D981CC

Tints of Orchid #D981CC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.45%

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

R = 39.45%
G = 23.45%
B = 37.09%

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

#D981CC (or 0xD981CC) is known color: Orchid. HEX triplet: D9, 81 and CC. RGB value is (217,129,204). Sum of RGB (Red+Green+Blue) = 217+129+204=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CC is #267E33. Grayscale: #A3A3A3. Windows color (decimal): -2522676 or 13402585. OLE color: 13402585.

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

Color convert

RGB 217 129 204 -
CMYK 0 0.41 0.06 0.15
HSL 308.86º 0.54% 0.68% -
HSV(B) 308.86º 0.41% 0.85% -
XYZ 47.36 34.81 61.35 -
YUV 163.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 217 129 204 0 0.41 0.06 0.15 308.86 0.54 0.68
Hex D9 81 CC 0 29 6 F 135 36 44
Octal 331 201 314 0 51 6 17 465 66 104
Binary 11011001 10000001 11001100 0 101001 110 1111 100110101 110110 1000100

Color Harmonies of #D981CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981CC

Black with #D981CC

Text Example


Text Example

White with #D981CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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