Html Css Color HEX #AD2FCF Dark Orchid

📋 copy color: '#AD2FCF'

red 173 ◦ green 47 ◦ blue 207

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

Shades of Dark Orchid #AD2FCF

Tints of Dark Orchid #AD2FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.01%

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

R = 40.52%
G = 11.01%
B = 48.48%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD2FCF (or 0xAD2FCF) is known color: Dark Orchid. HEX triplet: AD, 2F and CF. RGB value is (173,47,207). Sum of RGB (Red+Green+Blue) = 173+47+207=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD2FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2FCF is #52D030. Grayscale: #666666. Windows color (decimal): -5427249 or 13578157. OLE color: 13578157.

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

Color convert

RGB 173 47 207 -
CMYK 0.16 0.77 0 0.19
HSL 287.25º 0.63% 0.5% -
HSV(B) 287.25º 0.77% 0.81% -
XYZ 29.51 15.42 60.45 -
YUV 102.91 186.74 177.99 -
System Red Green Blue C M Y K H S L
Decimal 173 47 207 0.16 0.77 0 0.19 287.25 0.63 0.5
Hex AD 2F CF 10 4D 0 13 11F 3F 32
Octal 255 57 317 20 115 0 23 437 77 62
Binary 10101101 101111 11001111 10000 1001101 0 10011 100011111 111111 110010

Color Harmonies of #AD2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2FCF

Black with #AD2FCF

Text Example


Text Example

White with #AD2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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