Html Css Color HEX #D970BE Orchid

📋 copy color: '#D970BE'

red 217 ◦ green 112 ◦ blue 190

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

Shades of Orchid #D970BE

Tints of Orchid #D970BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.61%

R = 41.81%
G = 21.58%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D970BE (or 0xD970BE) is known color: Orchid. HEX triplet: D9, 70 and BE. RGB value is (217,112,190). Sum of RGB (Red+Green+Blue) = 217+112+190=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D970BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970BE is #268F41. Grayscale: #989898. Windows color (decimal): -2527042 or 12480729. OLE color: 12480729.

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

Color convert

RGB 217 112 190 -
CMYK 0 0.48 0.12 0.15
HSL 315.43º 0.58% 0.65% -
HSV(B) 315.43º 0.48% 0.85% -
XYZ 43.7 30.06 52.21 -
YUV 152.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 217 112 190 0 0.48 0.12 0.15 315.43 0.58 0.65
Hex D9 70 BE 0 30 C F 13B 3A 41
Octal 331 160 276 0 60 14 17 473 72 101
Binary 11011001 1110000 10111110 0 110000 1100 1111 100111011 111010 1000001

Color Harmonies of #D970BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970BE

Black with #D970BE

Text Example


Text Example

White with #D970BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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