Html Css Color HEX #D974D2 Orchid

📋 copy color: '#D974D2'

red 217 ◦ green 116 ◦ blue 210

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

Shades of Orchid #D974D2

Tints of Orchid #D974D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 39.96%
G = 21.36%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D974D2 (or 0xD974D2) is known color: Orchid. HEX triplet: D9, 74 and D2. RGB value is (217,116,210). Sum of RGB (Red+Green+Blue) = 217+116+210=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D974D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974D2 is #268B2D. Grayscale: #9C9C9C. Windows color (decimal): -2525998 or 13792473. OLE color: 13792473.

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

Color convert

RGB 217 116 210 -
CMYK 0 0.47 0.03 0.15
HSL 304.16º 0.57% 0.65% -
HSV(B) 304.16º 0.47% 0.85% -
XYZ 46.49 31.9 64.68 -
YUV 156.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 217 116 210 0 0.47 0.03 0.15 304.16 0.57 0.65
Hex D9 74 D2 0 2F 3 F 130 39 41
Octal 331 164 322 0 57 3 17 460 71 101
Binary 11011001 1110100 11010010 0 101111 11 1111 100110000 111001 1000001

Color Harmonies of #D974D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974D2

Black with #D974D2

Text Example


Text Example

White with #D974D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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