Html Css Color HEX #D974CE Orchid

📋 copy color: '#D974CE'

red 217 ◦ green 116 ◦ blue 206

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

Shades of Orchid #D974CE

Tints of Orchid #D974CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 40.26%
G = 21.52%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D974CE (or 0xD974CE) is known color: Orchid. HEX triplet: D9, 74 and CE. RGB value is (217,116,206). Sum of RGB (Red+Green+Blue) = 217+116+206=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D974CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974CE is #268B31. Grayscale: #9C9C9C. Windows color (decimal): -2526002 or 13530329. OLE color: 13530329.

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

Color convert

RGB 217 116 206 -
CMYK 0 0.47 0.05 0.15
HSL 306.53º 0.57% 0.65% -
HSV(B) 306.53º 0.47% 0.85% -
XYZ 46 31.7 62.09 -
YUV 156.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 217 116 206 0 0.47 0.05 0.15 306.53 0.57 0.65
Hex D9 74 CE 0 2F 5 F 133 39 41
Octal 331 164 316 0 57 5 17 463 71 101
Binary 11011001 1110100 11001110 0 101111 101 1111 100110011 111001 1000001

Color Harmonies of #D974CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974CE

Black with #D974CE

Text Example


Text Example

White with #D974CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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