Html Css Color HEX #D988CF Orchid

📋 copy color: '#D988CF'

red 217 ◦ green 136 ◦ blue 207

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

Shades of Orchid #D988CF

Tints of Orchid #D988CF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.29%

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

R = 38.75%
G = 24.29%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D988CF (or 0xD988CF) is known color: Orchid. HEX triplet: D9, 88 and CF. RGB value is (217,136,207). Sum of RGB (Red+Green+Blue) = 217+136+207=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D988CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988CF is #267730. Grayscale: #A8A8A8. Windows color (decimal): -2520881 or 13600985. OLE color: 13600985.

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

Color convert

RGB 217 136 207 -
CMYK 0 0.37 0.05 0.15
HSL 307.41º 0.52% 0.69% -
HSV(B) 307.41º 0.37% 0.85% -
XYZ 48.68 36.87 63.58 -
YUV 168.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 217 136 207 0 0.37 0.05 0.15 307.41 0.52 0.69
Hex D9 88 CF 0 25 5 F 133 34 45
Octal 331 210 317 0 45 5 17 463 64 105
Binary 11011001 10001000 11001111 0 100101 101 1111 100110011 110100 1000101

Color Harmonies of #D988CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D988CF

Black with #D988CF

Text Example


Text Example

White with #D988CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D988CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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