Html Css Color HEX #D970C9 Orchid

📋 copy color: '#D970C9'

red 217 ◦ green 112 ◦ blue 201

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

Shades of Orchid #D970C9

Tints of Orchid #D970C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 40.94%
G = 21.13%
B = 37.92%

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

#D970C9 (or 0xD970C9) is known color: Orchid. HEX triplet: D9, 70 and C9. RGB value is (217,112,201). Sum of RGB (Red+Green+Blue) = 217+112+201=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D970C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970C9 is #268F36. Grayscale: #999999. Windows color (decimal): -2527031 or 13201625. OLE color: 13201625.

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

Color convert

RGB 217 112 201 -
CMYK 0 0.48 0.07 0.15
HSL 309.14º 0.58% 0.65% -
HSV(B) 309.14º 0.48% 0.85% -
XYZ 44.95 30.56 58.79 -
YUV 153.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 217 112 201 0 0.48 0.07 0.15 309.14 0.58 0.65
Hex D9 70 C9 0 30 7 F 135 3A 41
Octal 331 160 311 0 60 7 17 465 72 101
Binary 11011001 1110000 11001001 0 110000 111 1111 100110101 111010 1000001

Color Harmonies of #D970C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970C9

Black with #D970C9

Text Example


Text Example

White with #D970C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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