Html Css Color HEX #AD33CF Dark Orchid

📋 copy color: '#AD33CF'

red 173 ◦ green 51 ◦ blue 207

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

Shades of Dark Orchid #AD33CF

Tints of Dark Orchid #AD33CF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.83%

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

R = 40.14%
G = 11.83%
B = 48.03%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD33CF (or 0xAD33CF) is known color: Dark Orchid. HEX triplet: AD, 33 and CF. RGB value is (173,51,207). Sum of RGB (Red+Green+Blue) = 173+51+207=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD33CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD33CF is #52CC30. Grayscale: #686868. Windows color (decimal): -5426225 or 13579181. OLE color: 13579181.

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

Color convert

RGB 173 51 207 -
CMYK 0.16 0.75 0 0.19
HSL 286.92º 0.62% 0.51% -
HSV(B) 286.92º 0.75% 0.81% -
XYZ 29.68 15.76 60.51 -
YUV 105.26 185.42 176.32 -
System Red Green Blue C M Y K H S L
Decimal 173 51 207 0.16 0.75 0 0.19 286.92 0.62 0.51
Hex AD 33 CF 10 4B 0 13 11F 3E 33
Octal 255 63 317 20 113 0 23 437 76 63
Binary 10101101 110011 11001111 10000 1001011 0 10011 100011111 111110 110011

Color Harmonies of #AD33CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD33CF

Black with #AD33CF

Text Example


Text Example

White with #AD33CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD33CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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