Html Css Color HEX #D975C7 Orchid

📋 copy color: '#D975C7'

red 217 ◦ green 117 ◦ blue 199

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

Shades of Orchid #D975C7

Tints of Orchid #D975C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 40.71%
G = 21.95%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D975C7 (or 0xD975C7) is known color: Orchid. HEX triplet: D9, 75 and C7. RGB value is (217,117,199). Sum of RGB (Red+Green+Blue) = 217+117+199=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D975C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975C7 is #268A38. Grayscale: #9C9C9C. Windows color (decimal): -2525753 or 13071833. OLE color: 13071833.

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

Color convert

RGB 217 117 199 -
CMYK 0 0.46 0.08 0.15
HSL 310.8º 0.57% 0.65% -
HSV(B) 310.8º 0.46% 0.85% -
XYZ 45.29 31.6 57.75 -
YUV 156.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 217 117 199 0 0.46 0.08 0.15 310.8 0.57 0.65
Hex D9 75 C7 0 2E 8 F 137 39 41
Octal 331 165 307 0 56 10 17 467 71 101
Binary 11011001 1110101 11000111 0 101110 1000 1111 100110111 111001 1000001

Color Harmonies of #D975C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975C7

Black with #D975C7

Text Example


Text Example

White with #D975C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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