Html Css Color HEX #AD1CCF Dark Orchid

📋 copy color: '#AD1CCF'

red 173 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #AD1CCF

Tints of Dark Orchid #AD1CCF

RGB

 RED value IS 173 (67.97% from 255) = 42.4%

 GREEN value IS 28 (11.33% from 255) = 6.86%

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 42.4%
G = 6.86%
B = 50.74%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD1CCF (or 0xAD1CCF) is known color: Dark Orchid. HEX triplet: AD, 1C and CF. RGB value is (173,28,207). Sum of RGB (Red+Green+Blue) = 173+28+207=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD1CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1CCF is #52E330. Grayscale: #5B5B5B. Windows color (decimal): -5432113 or 13573293. OLE color: 13573293.

HSL color Cylindrical-coordinate representation of color #AD1CCF: hue angle of 288.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD1CCF is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 28 207 -
CMYK 0.16 0.86 0 0.19
HSL 288.6º 0.76% 0.46% -
HSV(B) 288.6º 0.86% 0.81% -
XYZ 28.91 14.22 60.25 -
YUV 91.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 173 28 207 0.16 0.86 0 0.19 288.6 0.76 0.46
Hex AD 1C CF 10 56 0 13 121 4C 2E
Octal 255 34 317 20 126 0 23 441 114 56
Binary 10101101 11100 11001111 10000 1010110 0 10011 100100001 1001100 101110

Color Harmonies of #AD1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CCF

Black with #AD1CCF

Text Example


Text Example

White with #AD1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CCF; }

 p { color: rgb(173,28,207); }

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

background-color css

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

 a { background-color: rgb(173,28,207); }

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

border-color css

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

 span { border-color: rgb(173,28,207); }

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