Html Css Color HEX #AD25CC Dark Orchid

📋 copy color: '#AD25CC'

red 173 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #AD25CC

Tints of Dark Orchid #AD25CC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.94%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 41.79%
G = 8.94%
B = 49.28%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD25CC (or 0xAD25CC) is known color: Dark Orchid. HEX triplet: AD, 25 and CC. RGB value is (173,37,204). Sum of RGB (Red+Green+Blue) = 173+37+204=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD25CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD25CC is #52DA33. Grayscale: #606060. Windows color (decimal): -5429812 or 13378989. OLE color: 13378989.

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

Color convert

RGB 173 37 204 -
CMYK 0.15 0.82 0 0.2
HSL 288.86º 0.69% 0.47% -
HSV(B) 288.86º 0.82% 0.8% -
XYZ 28.79 14.57 58.42 -
YUV 96.7 188.56 182.42 -
System Red Green Blue C M Y K H S L
Decimal 173 37 204 0.15 0.82 0 0.2 288.86 0.69 0.47
Hex AD 25 CC F 52 0 14 121 45 2F
Octal 255 45 314 17 122 0 24 441 105 57
Binary 10101101 100101 11001100 1111 1010010 0 10100 100100001 1000101 101111

Color Harmonies of #AD25CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD25CC

Black with #AD25CC

Text Example


Text Example

White with #AD25CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD25CC; }

 p { color: rgb(173,37,204); }

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

background-color css

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

 a { background-color: rgb(173,37,204); }

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

border-color css

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

 span { border-color: rgb(173,37,204); }

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