Html Css Color HEX #D66FB6 Orchid

📋 copy color: '#D66FB6'

red 214 ◦ green 111 ◦ blue 182

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

Shades of Orchid #D66FB6

Tints of Orchid #D66FB6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.89%

 BLUE value IS 182 (71.48% from 255) = 35.9%

R = 42.21%
G = 21.89%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D66FB6 (or 0xD66FB6) is known color: Orchid. HEX triplet: D6, 6F and B6. RGB value is (214,111,182). Sum of RGB (Red+Green+Blue) = 214+111+182=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 182 (71.48% from 255 or 35.90% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66FB6 is #299049. Grayscale: #959595. Windows color (decimal): -2723914 or 11956182. OLE color: 11956182.

HSL color Cylindrical-coordinate representation of color #D66FB6: hue angle of 318.64º degrees, saturation: 0.56, 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 #D66FB6 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 111 182 -
CMYK 0 0.48 0.15 0.16
HSL 318.64º 0.56% 0.64% -
HSV(B) 318.64º 0.48% 0.84% -
XYZ 41.86 29.04 47.66 -
YUV 149.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 214 111 182 0 0.48 0.15 0.16 318.64 0.56 0.64
Hex D6 6F B6 0 30 F 10 13F 38 40
Octal 326 157 266 0 60 17 20 477 70 100
Binary 11010110 1101111 10110110 0 110000 1111 10000 100111111 111000 1000000

Color Harmonies of #D66FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FB6

Black with #D66FB6

Text Example


Text Example

White with #D66FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FB6; }

 p { color: rgb(214,111,182); }

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

background-color css

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

 a { background-color: rgb(214,111,182); }

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

border-color css

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

 span { border-color: rgb(214,111,182); }

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