Html Css Color HEX #D671DA Orchid

📋 copy color: '#D671DA'

red 214 ◦ green 113 ◦ blue 218

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

Shades of Orchid #D671DA

Tints of Orchid #D671DA

RGB

 RED value IS 214 (83.98% from 255) = 39.27%

 GREEN value IS 113 (44.53% from 255) = 20.73%

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

R = 39.27%
G = 20.73%
B = 40%

CMYK

 C value IS 0.02

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D671DA (or 0xD671DA) is known color: Orchid. HEX triplet: D6, 71 and DA. RGB value is (214,113,218). Sum of RGB (Red+Green+Blue) = 214+113+218=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #D671DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671DA is #298E25. Grayscale: #9A9A9A. Windows color (decimal): -2723366 or 14315990. OLE color: 14315990.

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

Color convert

RGB 214 113 218 -
CMYK 0.02 0.48 0 0.15
HSL 297.71º 0.59% 0.65% -
HSV(B) 297.71º 0.48% 0.85% -
XYZ 46.29 31.17 69.91 -
YUV 155.17 163.46 169.96 -
System Red Green Blue C M Y K H S L
Decimal 214 113 218 0.02 0.48 0 0.15 297.71 0.59 0.65
Hex D6 71 DA 2 30 0 F 12A 3B 41
Octal 326 161 332 2 60 0 17 452 73 101
Binary 11010110 1110001 11011010 10 110000 0 1111 100101010 111011 1000001

Color Harmonies of #D671DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D671DA

Black with #D671DA

Text Example


Text Example

White with #D671DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D671DA; }

 p { color: rgb(214,113,218); }

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

background-color css

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

 a { background-color: rgb(214,113,218); }

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

border-color css

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

 span { border-color: rgb(214,113,218); }

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