Html Css Color HEX #D964DA Orchid

📋 copy color: '#D964DA'

red 217 ◦ green 100 ◦ blue 218

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

Shades of Orchid #D964DA

Tints of Orchid #D964DA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.69%

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

R = 40.56%
G = 18.69%
B = 40.75%

CMYK

 C value IS 0.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D964DA (or 0xD964DA) is known color: Orchid. HEX triplet: D9, 64 and DA. RGB value is (217,100,218). Sum of RGB (Red+Green+Blue) = 217+100+218=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D964DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D964DA is #269B25. Grayscale: #949494. Windows color (decimal): -2530086 or 14312665. OLE color: 14312665.

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

Color convert

RGB 217 100 218 -
CMYK 0.00 0.54 0 0.15
HSL 299.49º 0.61% 0.62% -
HSV(B) 299.49º 0.54% 0.85% -
XYZ 45.83 28.93 69.5 -
YUV 148.44 167.26 176.91 -
System Red Green Blue C M Y K H S L
Decimal 217 100 218 0.00 0.54 0 0.15 299.49 0.61 0.62
Hex D9 64 DA 0 36 0 F 12B 3D 3E
Octal 331 144 332 0 66 0 17 453 75 76
Binary 11011001 1100100 11011010 0 110110 0 1111 100101011 111101 111110

Color Harmonies of #D964DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D964DA

Black with #D964DA

Text Example


Text Example

White with #D964DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D964DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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