Html Css Color HEX #D666BF Orchid

📋 copy color: '#D666BF'

red 214 ◦ green 102 ◦ blue 191

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

Shades of Orchid #D666BF

Tints of Orchid #D666BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.67%

R = 42.21%
G = 20.12%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D666BF (or 0xD666BF) is known color: Orchid. HEX triplet: D6, 66 and BF. RGB value is (214,102,191). Sum of RGB (Red+Green+Blue) = 214+102+191=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D666BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666BF is #299940. Grayscale: #919191. Windows color (decimal): -2726209 or 12543702. OLE color: 12543702.

HSL color Cylindrical-coordinate representation of color #D666BF: hue angle of 312.32º 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 #D666BF is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 102 191 -
CMYK 0 0.52 0.11 0.16
HSL 312.32º 0.58% 0.62% -
HSV(B) 312.32º 0.52% 0.84% -
XYZ 41.89 27.56 52.4 -
YUV 145.63 153.61 176.76 -
System Red Green Blue C M Y K H S L
Decimal 214 102 191 0 0.52 0.11 0.16 312.32 0.58 0.62
Hex D6 66 BF 0 34 B 10 138 3A 3E
Octal 326 146 277 0 64 13 20 470 72 76
Binary 11010110 1100110 10111111 0 110100 1011 10000 100111000 111010 111110

Color Harmonies of #D666BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666BF

Black with #D666BF

Text Example


Text Example

White with #D666BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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