Html Css Color HEX #D970C8 Orchid

📋 copy color: '#D970C8'

red 217 ◦ green 112 ◦ blue 200

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

Shades of Orchid #D970C8

Tints of Orchid #D970C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.81%

R = 41.02%
G = 21.17%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D970C8 (or 0xD970C8) is known color: Orchid. HEX triplet: D9, 70 and C8. RGB value is (217,112,200). Sum of RGB (Red+Green+Blue) = 217+112+200=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D970C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970C8 is #268F37. Grayscale: #999999. Windows color (decimal): -2527032 or 13136089. OLE color: 13136089.

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

Color convert

RGB 217 112 200 -
CMYK 0 0.48 0.08 0.15
HSL 309.71º 0.58% 0.65% -
HSV(B) 309.71º 0.48% 0.85% -
XYZ 44.83 30.51 58.17 -
YUV 153.43 154.29 173.34 -
System Red Green Blue C M Y K H S L
Decimal 217 112 200 0 0.48 0.08 0.15 309.71 0.58 0.65
Hex D9 70 C8 0 30 8 F 136 3A 41
Octal 331 160 310 0 60 10 17 466 72 101
Binary 11011001 1110000 11001000 0 110000 1000 1111 100110110 111010 1000001

Color Harmonies of #D970C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970C8

Black with #D970C8

Text Example


Text Example

White with #D970C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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