Html Css Color HEX #D974C6 Orchid

📋 copy color: '#D974C6'

red 217 ◦ green 116 ◦ blue 198

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

Shades of Orchid #D974C6

Tints of Orchid #D974C6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.85%

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

R = 40.87%
G = 21.85%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D974C6 (or 0xD974C6) is known color: Orchid. HEX triplet: D9, 74 and C6. RGB value is (217,116,198). Sum of RGB (Red+Green+Blue) = 217+116+198=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D974C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974C6 is #268B39. Grayscale: #9B9B9B. Windows color (decimal): -2526010 or 13006041. OLE color: 13006041.

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

Color convert

RGB 217 116 198 -
CMYK 0 0.47 0.09 0.15
HSL 311.29º 0.57% 0.65% -
HSV(B) 311.29º 0.47% 0.85% -
XYZ 45.05 31.32 57.1 -
YUV 155.55 151.96 171.83 -
System Red Green Blue C M Y K H S L
Decimal 217 116 198 0 0.47 0.09 0.15 311.29 0.57 0.65
Hex D9 74 C6 0 2F 9 F 137 39 41
Octal 331 164 306 0 57 11 17 467 71 101
Binary 11011001 1110100 11000110 0 101111 1001 1111 100110111 111001 1000001

Color Harmonies of #D974C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974C6

Black with #D974C6

Text Example


Text Example

White with #D974C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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