Html Css Color HEX #D981CF Orchid

📋 copy color: '#D981CF'

red 217 ◦ green 129 ◦ blue 207

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

Shades of Orchid #D981CF

Tints of Orchid #D981CF

RGB

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

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

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

R = 39.24%
G = 23.33%
B = 37.43%

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

#D981CF (or 0xD981CF) is known color: Orchid. HEX triplet: D9, 81 and CF. RGB value is (217,129,207). Sum of RGB (Red+Green+Blue) = 217+129+207=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D981CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D981CF is #267E30. Grayscale: #A3A3A3. Windows color (decimal): -2522673 or 13599193. OLE color: 13599193.

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

Color convert

RGB 217 129 207 -
CMYK 0 0.41 0.05 0.15
HSL 306.82º 0.54% 0.68% -
HSV(B) 306.82º 0.41% 0.85% -
XYZ 47.73 34.96 63.26 -
YUV 164.2 152.15 165.66 -
System Red Green Blue C M Y K H S L
Decimal 217 129 207 0 0.41 0.05 0.15 306.82 0.54 0.68
Hex D9 81 CF 0 29 5 F 133 36 44
Octal 331 201 317 0 51 5 17 463 66 104
Binary 11011001 10000001 11001111 0 101001 101 1111 100110011 110110 1000100

Color Harmonies of #D981CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D981CF

Black with #D981CF

Text Example


Text Example

White with #D981CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D981CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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