Html Css Color HEX #D971CA Orchid

📋 copy color: '#D971CA'

red 217 ◦ green 113 ◦ blue 202

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

Shades of Orchid #D971CA

Tints of Orchid #D971CA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.24%

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

R = 40.79%
G = 21.24%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D971CA (or 0xD971CA) is known color: Orchid. HEX triplet: D9, 71 and CA. RGB value is (217,113,202). Sum of RGB (Red+Green+Blue) = 217+113+202=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D971CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D971CA is #268E35. Grayscale: #999999. Windows color (decimal): -2526774 or 13267417. OLE color: 13267417.

HSL color Cylindrical-coordinate representation of color #D971CA: hue angle of 308.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971CA is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 202 -
CMYK 0 0.48 0.07 0.15
HSL 308.65º 0.58% 0.65% -
HSV(B) 308.65º 0.48% 0.85% -
XYZ 45.18 30.83 59.45 -
YUV 154.24 154.96 172.76 -
System Red Green Blue C M Y K H S L
Decimal 217 113 202 0 0.48 0.07 0.15 308.65 0.58 0.65
Hex D9 71 CA 0 30 7 F 135 3A 41
Octal 331 161 312 0 60 7 17 465 72 101
Binary 11011001 1110001 11001010 0 110000 111 1111 100110101 111010 1000001

Color Harmonies of #D971CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D971CA

Black with #D971CA

Text Example


Text Example

White with #D971CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D971CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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