Html Css Color HEX #D66ABA Orchid

📋 copy color: '#D66ABA'

red 214 ◦ green 106 ◦ blue 186

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

Shades of Orchid #D66ABA

Tints of Orchid #D66ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 42.29%
G = 20.95%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D66ABA (or 0xD66ABA) is known color: Orchid. HEX triplet: D6, 6A and BA. RGB value is (214,106,186). Sum of RGB (Red+Green+Blue) = 214+106+186=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D66ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66ABA is #299545. Grayscale: #939393. Windows color (decimal): -2725190 or 12217046. OLE color: 12217046.

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

Color convert

RGB 214 106 186 -
CMYK 0 0.50 0.13 0.16
HSL 315.56º 0.57% 0.63% -
HSV(B) 315.56º 0.5% 0.84% -
XYZ 41.75 28.15 49.69 -
YUV 147.41 149.78 175.5 -
System Red Green Blue C M Y K H S L
Decimal 214 106 186 0 0.50 0.13 0.16 315.56 0.57 0.63
Hex D6 6A BA 0 32 D 10 13C 39 3F
Octal 326 152 272 0 62 15 20 474 71 77
Binary 11010110 1101010 10111010 0 110010 1101 10000 100111100 111001 111111

Color Harmonies of #D66ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66ABA

Black with #D66ABA

Text Example


Text Example

White with #D66ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66ABA; }

 p { color: rgb(214,106,186); }

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

background-color css

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

 a { background-color: rgb(214,106,186); }

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

border-color css

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

 span { border-color: rgb(214,106,186); }

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