Html Css Color HEX #D975C6 Orchid

📋 copy color: '#D975C6'

red 217 ◦ green 117 ◦ blue 198

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

Shades of Orchid #D975C6

Tints of Orchid #D975C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.22%

R = 40.79%
G = 21.99%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D975C6 (or 0xD975C6) is known color: Orchid. HEX triplet: D9, 75 and C6. RGB value is (217,117,198). Sum of RGB (Red+Green+Blue) = 217+117+198=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 198 (77.73% from 255 or 37.22% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D975C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D975C6 is #268A39. Grayscale: #9B9B9B. Windows color (decimal): -2525754 or 13006297. OLE color: 13006297.

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

Color convert

RGB 217 117 198 -
CMYK 0 0.46 0.09 0.15
HSL 311.4º 0.57% 0.65% -
HSV(B) 311.4º 0.46% 0.85% -
XYZ 45.17 31.55 57.14 -
YUV 156.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 217 117 198 0 0.46 0.09 0.15 311.4 0.57 0.65
Hex D9 75 C6 0 2E 9 F 137 39 41
Octal 331 165 306 0 56 11 17 467 71 101
Binary 11011001 1110101 11000110 0 101110 1001 1111 100110111 111001 1000001

Color Harmonies of #D975C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D975C6

Black with #D975C6

Text Example


Text Example

White with #D975C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D975C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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