Html Css Color HEX #D969DA Orchid

📋 copy color: '#D969DA'

red 217 ◦ green 105 ◦ blue 218

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

Shades of Orchid #D969DA

Tints of Orchid #D969DA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.44%

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

R = 40.19%
G = 19.44%
B = 40.37%

CMYK

 C value IS 0.00

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D969DA (or 0xD969DA) is known color: Orchid. HEX triplet: D9, 69 and DA. RGB value is (217,105,218). Sum of RGB (Red+Green+Blue) = 217+105+218=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #D969DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D969DA is #269625. Grayscale: #979797. Windows color (decimal): -2528806 or 14313945. OLE color: 14313945.

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

Color convert

RGB 217 105 218 -
CMYK 0.00 0.52 0 0.15
HSL 299.47º 0.6% 0.63% -
HSV(B) 299.47º 0.52% 0.85% -
XYZ 46.32 29.92 69.66 -
YUV 151.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 217 105 218 0.00 0.52 0 0.15 299.47 0.6 0.63
Hex D9 69 DA 0 34 0 F 12B 3C 3F
Octal 331 151 332 0 64 0 17 453 74 77
Binary 11011001 1101001 11011010 0 110100 0 1111 100101011 111100 111111

Color Harmonies of #D969DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D969DA

Black with #D969DA

Text Example


Text Example

White with #D969DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D969DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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