Html Css Color HEX #D972C3 Orchid

📋 copy color: '#D972C3'

red 217 ◦ green 114 ◦ blue 195

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

Shades of Orchid #D972C3

Tints of Orchid #D972C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.07%

R = 41.25%
G = 21.67%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D972C3 (or 0xD972C3) is known color: Orchid. HEX triplet: D9, 72 and C3. RGB value is (217,114,195). Sum of RGB (Red+Green+Blue) = 217+114+195=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D972C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D972C3 is #268D3C. Grayscale: #999999. Windows color (decimal): -2526525 or 12808921. OLE color: 12808921.

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

Color convert

RGB 217 114 195 -
CMYK 0 0.47 0.10 0.15
HSL 312.82º 0.58% 0.65% -
HSV(B) 312.82º 0.47% 0.85% -
XYZ 44.48 30.73 55.22 -
YUV 154.03 151.12 172.91 -
System Red Green Blue C M Y K H S L
Decimal 217 114 195 0 0.47 0.10 0.15 312.82 0.58 0.65
Hex D9 72 C3 0 2F A F 139 3A 41
Octal 331 162 303 0 57 12 17 471 72 101
Binary 11011001 1110010 11000011 0 101111 1010 1111 100111001 111010 1000001

Color Harmonies of #D972C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D972C3

Black with #D972C3

Text Example


Text Example

White with #D972C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D972C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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