Html Css Color HEX #D974C8 Orchid

📋 copy color: '#D974C8'

red 217 ◦ green 116 ◦ blue 200

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

Shades of Orchid #D974C8

Tints of Orchid #D974C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.52%

R = 40.71%
G = 21.76%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D974C8 (or 0xD974C8) is known color: Orchid. HEX triplet: D9, 74 and C8. RGB value is (217,116,200). Sum of RGB (Red+Green+Blue) = 217+116+200=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 116 (45.70% from 255 or 21.76% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D974C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974C8 is #268B37. Grayscale: #9B9B9B. Windows color (decimal): -2526008 or 13137113. OLE color: 13137113.

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

Color convert

RGB 217 116 200 -
CMYK 0 0.47 0.08 0.15
HSL 310.1º 0.57% 0.65% -
HSV(B) 310.1º 0.47% 0.85% -
XYZ 45.29 31.41 58.32 -
YUV 155.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 217 116 200 0 0.47 0.08 0.15 310.1 0.57 0.65
Hex D9 74 C8 0 2F 8 F 136 39 41
Octal 331 164 310 0 57 10 17 466 71 101
Binary 11011001 1110100 11001000 0 101111 1000 1111 100110110 111001 1000001

Color Harmonies of #D974C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974C8

Black with #D974C8

Text Example


Text Example

White with #D974C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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