Html Css Color HEX #D974DA Orchid

📋 copy color: '#D974DA'

red 217 ◦ green 116 ◦ blue 218

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

Shades of Orchid #D974DA

Tints of Orchid #D974DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 39.38%
G = 21.05%
B = 39.56%

CMYK

 C value IS 0.00

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D974DA (or 0xD974DA) is known color: Orchid. HEX triplet: D9, 74 and DA. RGB value is (217,116,218). Sum of RGB (Red+Green+Blue) = 217+116+218=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 116 (45.70% from 255 or 21.05% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D974DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974DA is #268B25. Grayscale: #9D9D9D. Windows color (decimal): -2525990 or 14316761. OLE color: 14316761.

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

Color convert

RGB 217 116 218 -
CMYK 0.00 0.47 0 0.15
HSL 299.41º 0.58% 0.65% -
HSV(B) 299.41º 0.47% 0.85% -
XYZ 47.52 32.3 70.06 -
YUV 157.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 217 116 218 0.00 0.47 0 0.15 299.41 0.58 0.65
Hex D9 74 DA 0 2F 0 F 12B 3A 41
Octal 331 164 332 0 57 0 17 453 72 101
Binary 11011001 1110100 11011010 0 101111 0 1111 100101011 111010 1000001

Color Harmonies of #D974DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974DA

Black with #D974DA

Text Example


Text Example

White with #D974DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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