Html Css Color HEX #D974CD Orchid

📋 copy color: '#D974CD'

red 217 ◦ green 116 ◦ blue 205

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

Shades of Orchid #D974CD

Tints of Orchid #D974CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 40.33%
G = 21.56%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D974CD (or 0xD974CD) is known color: Orchid. HEX triplet: D9, 74 and CD. RGB value is (217,116,205). Sum of RGB (Red+Green+Blue) = 217+116+205=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D974CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974CD is #268B32. Grayscale: #9C9C9C. Windows color (decimal): -2526003 or 13464793. OLE color: 13464793.

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

Color convert

RGB 217 116 205 -
CMYK 0 0.47 0.06 0.15
HSL 307.13º 0.57% 0.65% -
HSV(B) 307.13º 0.47% 0.85% -
XYZ 45.88 31.65 61.45 -
YUV 156.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 217 116 205 0 0.47 0.06 0.15 307.13 0.57 0.65
Hex D9 74 CD 0 2F 6 F 133 39 41
Octal 331 164 315 0 57 6 17 463 71 101
Binary 11011001 1110100 11001101 0 101111 110 1111 100110011 111001 1000001

Color Harmonies of #D974CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974CD

Black with #D974CD

Text Example


Text Example

White with #D974CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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