Html Css Color HEX #D668BB Orchid

📋 copy color: '#D668BB'

red 214 ◦ green 104 ◦ blue 187

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

Shades of Orchid #D668BB

Tints of Orchid #D668BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.59%

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

R = 42.38%
G = 20.59%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D668BB (or 0xD668BB) is known color: Orchid. HEX triplet: D6, 68 and BB. RGB value is (214,104,187). Sum of RGB (Red+Green+Blue) = 214+104+187=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D668BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D668BB is #299744. Grayscale: #929292. Windows color (decimal): -2725701 or 12282070. OLE color: 12282070.

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

Color convert

RGB 214 104 187 -
CMYK 0 0.51 0.13 0.16
HSL 314.73º 0.57% 0.62% -
HSV(B) 314.73º 0.51% 0.84% -
XYZ 41.65 27.78 50.18 -
YUV 146.35 150.94 176.25 -
System Red Green Blue C M Y K H S L
Decimal 214 104 187 0 0.51 0.13 0.16 314.73 0.57 0.62
Hex D6 68 BB 0 33 D 10 13B 39 3E
Octal 326 150 273 0 63 15 20 473 71 76
Binary 11010110 1101000 10111011 0 110011 1101 10000 100111011 111001 111110

Color Harmonies of #D668BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D668BB

Black with #D668BB

Text Example


Text Example

White with #D668BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D668BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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