Html Css Color HEX #D166D4 Orchid

📋 copy color: '#D166D4'

red 209 ◦ green 102 ◦ blue 212

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

Shades of Orchid #D166D4

Tints of Orchid #D166D4

RGB

 RED value IS 209 (82.03% from 255) = 39.96%

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

 BLUE value IS 212 (83.2% from 255) = 40.54%

R = 39.96%
G = 19.5%
B = 40.54%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D166D4 (or 0xD166D4) is known color: Orchid. HEX triplet: D1, 66 and D4. RGB value is (209,102,212). Sum of RGB (Red+Green+Blue) = 209+102+212=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #D166D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D166D4 is #2E992B. Grayscale: #929292. Windows color (decimal): -3053868 or 13919953. OLE color: 13919953.

HSL color Cylindrical-coordinate representation of color #D166D4: hue angle of 298.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D166D4 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 102 212 -
CMYK 0.01 0.52 0 0.17
HSL 298.36º 0.56% 0.62% -
HSV(B) 298.36º 0.52% 0.83% -
XYZ 42.93 27.81 65.39 -
YUV 146.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 209 102 212 0.01 0.52 0 0.17 298.36 0.56 0.62
Hex D1 66 D4 1 34 0 11 12A 38 3E
Octal 321 146 324 1 64 0 21 452 70 76
Binary 11010001 1100110 11010100 1 110100 0 10001 100101010 111000 111110

Color Harmonies of #D166D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D166D4

Black with #D166D4

Text Example


Text Example

White with #D166D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D166D4; }

 p { color: rgb(209,102,212); }

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

background-color css

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

 a { background-color: rgb(209,102,212); }

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

border-color css

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

 span { border-color: rgb(209,102,212); }

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