Html Css Color HEX #D670B7 Orchid

📋 copy color: '#D670B7'

red 214 ◦ green 112 ◦ blue 183

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

Shades of Orchid #D670B7

Tints of Orchid #D670B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 42.04%
G = 22%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D670B7 (or 0xD670B7) is known color: Orchid. HEX triplet: D6, 70 and B7. RGB value is (214,112,183). Sum of RGB (Red+Green+Blue) = 214+112+183=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D670B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670B7 is #298F48. Grayscale: #969696. Windows color (decimal): -2723657 or 12021974. OLE color: 12021974.

HSL color Cylindrical-coordinate representation of color #D670B7: hue angle of 318.24º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670B7 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 112 183 -
CMYK 0 0.48 0.14 0.16
HSL 318.24º 0.55% 0.64% -
HSV(B) 318.24º 0.48% 0.84% -
XYZ 42.07 29.3 48.24 -
YUV 150.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 214 112 183 0 0.48 0.14 0.16 318.24 0.55 0.64
Hex D6 70 B7 0 30 E 10 13E 37 40
Octal 326 160 267 0 60 16 20 476 67 100
Binary 11010110 1110000 10110111 0 110000 1110 10000 100111110 110111 1000000

Color Harmonies of #D670B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D670B7

Black with #D670B7

Text Example


Text Example

White with #D670B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D670B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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