Html Css Color HEX #D975BE Orchid

📋 copy color: '#D975BE'

red 217 ◦ green 117 ◦ blue 190

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

Shades of Orchid #D975BE

Tints of Orchid #D975BE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.33%

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

R = 41.41%
G = 22.33%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D975BE (or 0xD975BE) is known color: Orchid. HEX triplet: D9, 75 and BE. RGB value is (217,117,190). Sum of RGB (Red+Green+Blue) = 217+117+190=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D975BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975BE is #268A41. Grayscale: #9B9B9B. Windows color (decimal): -2525762 or 12482009. OLE color: 12482009.

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

Color convert

RGB 217 117 190 -
CMYK 0 0.46 0.12 0.15
HSL 316.2º 0.57% 0.65% -
HSV(B) 316.2º 0.46% 0.85% -
XYZ 44.27 31.19 52.4 -
YUV 155.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 217 117 190 0 0.46 0.12 0.15 316.2 0.57 0.65
Hex D9 75 BE 0 2E C F 13C 39 41
Octal 331 165 276 0 56 14 17 474 71 101
Binary 11011001 1110101 10111110 0 101110 1100 1111 100111100 111001 1000001

Color Harmonies of #D975BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975BE

Black with #D975BE

Text Example


Text Example

White with #D975BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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