Html Css Color HEX #D974CA Orchid

📋 copy color: '#D974CA'

red 217 ◦ green 116 ◦ blue 202

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

Shades of Orchid #D974CA

Tints of Orchid #D974CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 40.56%
G = 21.68%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D974CA (or 0xD974CA) is known color: Orchid. HEX triplet: D9, 74 and CA. RGB value is (217,116,202). Sum of RGB (Red+Green+Blue) = 217+116+202=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D974CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974CA is #268B35. Grayscale: #9B9B9B. Windows color (decimal): -2526006 or 13268185. OLE color: 13268185.

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

Color convert

RGB 217 116 202 -
CMYK 0 0.47 0.07 0.15
HSL 308.91º 0.57% 0.65% -
HSV(B) 308.91º 0.47% 0.85% -
XYZ 45.52 31.51 59.56 -
YUV 156 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 217 116 202 0 0.47 0.07 0.15 308.91 0.57 0.65
Hex D9 74 CA 0 2F 7 F 135 39 41
Octal 331 164 312 0 57 7 17 465 71 101
Binary 11011001 1110100 11001010 0 101111 111 1111 100110101 111001 1000001

Color Harmonies of #D974CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D974CA

Black with #D974CA

Text Example


Text Example

White with #D974CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D974CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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