Html Css Color HEX #D970BC Orchid

📋 copy color: '#D970BC'

red 217 ◦ green 112 ◦ blue 188

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

Shades of Orchid #D970BC

Tints of Orchid #D970BC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.66%

 BLUE value IS 188 (73.83% from 255) = 36.36%

R = 41.97%
G = 21.66%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D970BC (or 0xD970BC) is known color: Orchid. HEX triplet: D9, 70 and BC. RGB value is (217,112,188). Sum of RGB (Red+Green+Blue) = 217+112+188=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D970BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970BC is #268F43. Grayscale: #979797. Windows color (decimal): -2527044 or 12349657. OLE color: 12349657.

HSL color Cylindrical-coordinate representation of color #D970BC: hue angle of 316.57º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970BC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 188 -
CMYK 0 0.48 0.13 0.15
HSL 316.57º 0.58% 0.65% -
HSV(B) 316.57º 0.48% 0.85% -
XYZ 43.49 29.97 51.07 -
YUV 152.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 217 112 188 0 0.48 0.13 0.15 316.57 0.58 0.65
Hex D9 70 BC 0 30 D F 13D 3A 41
Octal 331 160 274 0 60 15 17 475 72 101
Binary 11011001 1110000 10111100 0 110000 1101 1111 100111101 111010 1000001

Color Harmonies of #D970BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970BC

Black with #D970BC

Text Example


Text Example

White with #D970BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970BC; }

 p { color: rgb(217,112,188); }

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

background-color css

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

 a { background-color: rgb(217,112,188); }

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

border-color css

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

 span { border-color: rgb(217,112,188); }

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