Html Css Color HEX #D666BB Orchid

📋 copy color: '#D666BB'

red 214 ◦ green 102 ◦ blue 187

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

Shades of Orchid #D666BB

Tints of Orchid #D666BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.28%

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

R = 42.54%
G = 20.28%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D666BB (or 0xD666BB) is known color: Orchid. HEX triplet: D6, 66 and BB. RGB value is (214,102,187). Sum of RGB (Red+Green+Blue) = 214+102+187=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D666BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666BB is #299944. Grayscale: #909090. Windows color (decimal): -2726213 or 12281558. OLE color: 12281558.

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

Color convert

RGB 214 102 187 -
CMYK 0 0.52 0.13 0.16
HSL 314.46º 0.58% 0.62% -
HSV(B) 314.46º 0.52% 0.84% -
XYZ 41.45 27.39 50.12 -
YUV 145.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 214 102 187 0 0.52 0.13 0.16 314.46 0.58 0.62
Hex D6 66 BB 0 34 D 10 13A 3A 3E
Octal 326 146 273 0 64 15 20 472 72 76
Binary 11010110 1100110 10111011 0 110100 1101 10000 100111010 111010 111110

Color Harmonies of #D666BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666BB

Black with #D666BB

Text Example


Text Example

White with #D666BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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