Html Css Color HEX #D975D5 Orchid

📋 copy color: '#D975D5'

red 217 ◦ green 117 ◦ blue 213

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

Shades of Orchid #D975D5

Tints of Orchid #D975D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.94%

R = 39.67%
G = 21.39%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D975D5 (or 0xD975D5) is known color: Orchid. HEX triplet: D9, 75 and D5. RGB value is (217,117,213). Sum of RGB (Red+Green+Blue) = 217+117+213=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 213 (83.59% from 255 or 38.94% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D975D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975D5 is #268A2A. Grayscale: #9D9D9D. Windows color (decimal): -2525739 or 13989337. OLE color: 13989337.

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

Color convert

RGB 217 117 213 -
CMYK 0 0.46 0.02 0.15
HSL 302.4º 0.57% 0.65% -
HSV(B) 302.4º 0.46% 0.85% -
XYZ 46.99 32.28 66.7 -
YUV 157.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 217 117 213 0 0.46 0.02 0.15 302.4 0.57 0.65
Hex D9 75 D5 0 2E 2 F 12E 39 41
Octal 331 165 325 0 56 2 17 456 71 101
Binary 11011001 1110101 11010101 0 101110 10 1111 100101110 111001 1000001

Color Harmonies of #D975D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975D5

Black with #D975D5

Text Example


Text Example

White with #D975D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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