Html Css Color HEX #D974C0 Orchid

📋 copy color: '#D974C0'

red 217 ◦ green 116 ◦ blue 192

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

Shades of Orchid #D974C0

Tints of Orchid #D974C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.57%

R = 41.33%
G = 22.1%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D974C0 (or 0xD974C0) is known color: Orchid. HEX triplet: D9, 74 and C0. RGB value is (217,116,192). Sum of RGB (Red+Green+Blue) = 217+116+192=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D974C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974C0 is #268B3F. Grayscale: #9A9A9A. Windows color (decimal): -2526016 or 12612825. OLE color: 12612825.

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

Color convert

RGB 217 116 192 -
CMYK 0 0.47 0.12 0.15
HSL 314.85º 0.57% 0.65% -
HSV(B) 314.85º 0.47% 0.85% -
XYZ 44.38 31.05 53.52 -
YUV 154.86 148.96 172.32 -
System Red Green Blue C M Y K H S L
Decimal 217 116 192 0 0.47 0.12 0.15 314.85 0.57 0.65
Hex D9 74 C0 0 2F C F 13B 39 41
Octal 331 164 300 0 57 14 17 473 71 101
Binary 11011001 1110100 11000000 0 101111 1100 1111 100111011 111001 1000001

Color Harmonies of #D974C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974C0

Black with #D974C0

Text Example


Text Example

White with #D974C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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