Html Css Color HEX #AD23CB Dark Orchid

📋 copy color: '#AD23CB'

red 173 ◦ green 35 ◦ blue 203

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

Shades of Dark Orchid #AD23CB

Tints of Dark Orchid #AD23CB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.52%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 42.09%
G = 8.52%
B = 49.39%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD23CB (or 0xAD23CB) is known color: Dark Orchid. HEX triplet: AD, 23 and CB. RGB value is (173,35,203). Sum of RGB (Red+Green+Blue) = 173+35+203=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD23CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD23CB is #52DC34. Grayscale: #5E5E5E. Windows color (decimal): -5430325 or 13312941. OLE color: 13312941.

HSL color Cylindrical-coordinate representation of color #AD23CB: hue angle of 289.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD23CB is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 35 203 -
CMYK 0.15 0.83 0 0.20
HSL 289.29º 0.71% 0.47% -
HSV(B) 289.29º 0.83% 0.8% -
XYZ 28.61 14.4 57.77 -
YUV 95.41 188.72 183.34 -
System Red Green Blue C M Y K H S L
Decimal 173 35 203 0.15 0.83 0 0.20 289.29 0.71 0.47
Hex AD 23 CB F 53 0 14 121 47 2F
Octal 255 43 313 17 123 0 24 441 107 57
Binary 10101101 100011 11001011 1111 1010011 0 10100 100100001 1000111 101111

Color Harmonies of #AD23CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD23CB

Black with #AD23CB

Text Example


Text Example

White with #AD23CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD23CB; }

 p { color: rgb(173,35,203); }

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

background-color css

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

 a { background-color: rgb(173,35,203); }

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

border-color css

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

 span { border-color: rgb(173,35,203); }

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