Html Css Color HEX #D673BB Orchid

📋 copy color: '#D673BB'

red 214 ◦ green 115 ◦ blue 187

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

Shades of Orchid #D673BB

Tints of Orchid #D673BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.29%

 BLUE value IS 187 (73.44% from 255) = 36.24%

R = 41.47%
G = 22.29%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D673BB (or 0xD673BB) is known color: Orchid. HEX triplet: D6, 73 and BB. RGB value is (214,115,187). Sum of RGB (Red+Green+Blue) = 214+115+187=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D673BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D673BB is #298C44. Grayscale: #989898. Windows color (decimal): -2722885 or 12284886. OLE color: 12284886.

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

Color convert

RGB 214 115 187 -
CMYK 0 0.46 0.13 0.16
HSL 316.36º 0.55% 0.65% -
HSV(B) 316.36º 0.46% 0.84% -
XYZ 42.83 30.15 50.57 -
YUV 152.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 214 115 187 0 0.46 0.13 0.16 316.36 0.55 0.65
Hex D6 73 BB 0 2E D 10 13C 37 41
Octal 326 163 273 0 56 15 20 474 67 101
Binary 11010110 1110011 10111011 0 101110 1101 10000 100111100 110111 1000001

Color Harmonies of #D673BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D673BB

Black with #D673BB

Text Example


Text Example

White with #D673BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D673BB; }

 p { color: rgb(214,115,187); }

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

background-color css

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

 a { background-color: rgb(214,115,187); }

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

border-color css

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

 span { border-color: rgb(214,115,187); }

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