Html Css Color HEX #D972C6 Orchid

📋 copy color: '#D972C6'

red 217 ◦ green 114 ◦ blue 198

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

Shades of Orchid #D972C6

Tints of Orchid #D972C6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.55%

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 41.02%
G = 21.55%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D972C6 (or 0xD972C6) is known color: Orchid. HEX triplet: D9, 72 and C6. RGB value is (217,114,198). Sum of RGB (Red+Green+Blue) = 217+114+198=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C6 is #268D39. Grayscale: #9A9A9A. Windows color (decimal): -2526522 or 13005529. OLE color: 13005529.

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

Color convert

RGB 217 114 198 -
CMYK 0 0.47 0.09 0.15
HSL 311.07º 0.58% 0.65% -
HSV(B) 311.07º 0.47% 0.85% -
XYZ 44.83 30.86 57.02 -
YUV 154.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 217 114 198 0 0.47 0.09 0.15 311.07 0.58 0.65
Hex D9 72 C6 0 2F 9 F 137 3A 41
Octal 331 162 306 0 57 11 17 467 72 101
Binary 11011001 1110010 11000110 0 101111 1001 1111 100110111 111010 1000001

Color Harmonies of #D972C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972C6

Black with #D972C6

Text Example


Text Example

White with #D972C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972C6; }

 p { color: rgb(217,114,198); }

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

background-color css

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

 a { background-color: rgb(217,114,198); }

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

border-color css

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

 span { border-color: rgb(217,114,198); }

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