Html Css Color HEX #D670DA Orchid

📋 copy color: '#D670DA'

red 214 ◦ green 112 ◦ blue 218

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

Shades of Orchid #D670DA

Tints of Orchid #D670DA

RGB

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

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

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

R = 39.34%
G = 20.59%
B = 40.07%

CMYK

 C value IS 0.02

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D670DA (or 0xD670DA) is known color: Orchid. HEX triplet: D6, 70 and DA. RGB value is (214,112,218). Sum of RGB (Red+Green+Blue) = 214+112+218=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #D670DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670DA is #298F25. Grayscale: #9A9A9A. Windows color (decimal): -2723622 or 14315734. OLE color: 14315734.

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

Color convert

RGB 214 112 218 -
CMYK 0.02 0.49 0 0.15
HSL 297.74º 0.59% 0.65% -
HSV(B) 297.74º 0.49% 0.85% -
XYZ 46.18 30.95 69.87 -
YUV 154.58 163.79 170.38 -
System Red Green Blue C M Y K H S L
Decimal 214 112 218 0.02 0.49 0 0.15 297.74 0.59 0.65
Hex D6 70 DA 2 31 0 F 12A 3B 41
Octal 326 160 332 2 61 0 17 452 73 101
Binary 11010110 1110000 11011010 10 110001 0 1111 100101010 111011 1000001

Color Harmonies of #D670DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670DA

Black with #D670DA

Text Example


Text Example

White with #D670DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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