Html Css Color HEX #D970DA Orchid

📋 copy color: '#D970DA'

red 217 ◦ green 112 ◦ blue 218

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

Shades of Orchid #D970DA

Tints of Orchid #D970DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 39.67%
G = 20.48%
B = 39.85%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D970DA (or 0xD970DA) is known color: Orchid. HEX triplet: D9, 70 and DA. RGB value is (217,112,218). Sum of RGB (Red+Green+Blue) = 217+112+218=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D970DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D970DA is #268F25. Grayscale: #9B9B9B. Windows color (decimal): -2527014 or 14315737. OLE color: 14315737.

HSL color Cylindrical-coordinate representation of color #D970DA: hue angle of 299.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D970DA is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 112 218 -
CMYK 0.00 0.49 0 0.15
HSL 299.43º 0.59% 0.65% -
HSV(B) 299.43º 0.49% 0.85% -
XYZ 47.06 31.4 69.91 -
YUV 155.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 217 112 218 0.00 0.49 0 0.15 299.43 0.59 0.65
Hex D9 70 DA 0 31 0 F 12B 3B 41
Octal 331 160 332 0 61 0 17 453 73 101
Binary 11011001 1110000 11011010 0 110001 0 1111 100101011 111011 1000001

Color Harmonies of #D970DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D970DA

Black with #D970DA

Text Example


Text Example

White with #D970DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D970DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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