Html Css Color HEX #D970C3 Orchid

📋 copy color: '#D970C3'

red 217 ◦ green 112 ◦ blue 195

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

Shades of Orchid #D970C3

Tints of Orchid #D970C3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

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

R = 41.41%
G = 21.37%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D970C3 (or 0xD970C3) is known color: Orchid. HEX triplet: D9, 70 and C3. RGB value is (217,112,195). Sum of RGB (Red+Green+Blue) = 217+112+195=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D970C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970C3 is #268F3C. Grayscale: #989898. Windows color (decimal): -2527037 or 12808409. OLE color: 12808409.

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

Color convert

RGB 217 112 195 -
CMYK 0 0.48 0.10 0.15
HSL 312.57º 0.58% 0.65% -
HSV(B) 312.57º 0.48% 0.85% -
XYZ 44.26 30.28 55.14 -
YUV 152.86 151.79 173.75 -
System Red Green Blue C M Y K H S L
Decimal 217 112 195 0 0.48 0.10 0.15 312.57 0.58 0.65
Hex D9 70 C3 0 30 A F 139 3A 41
Octal 331 160 303 0 60 12 17 471 72 101
Binary 11011001 1110000 11000011 0 110000 1010 1111 100111001 111010 1000001

Color Harmonies of #D970C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970C3

Black with #D970C3

Text Example


Text Example

White with #D970C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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