Html Css Color HEX #AD38CC Dark Orchid

📋 copy color: '#AD38CC'

red 173 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #AD38CC

Tints of Dark Orchid #AD38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

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

R = 39.95%
G = 12.93%
B = 47.11%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD38CC (or 0xAD38CC) is known color: Dark Orchid. HEX triplet: AD, 38 and CC. RGB value is (173,56,204). Sum of RGB (Red+Green+Blue) = 173+56+204=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD38CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD38CC is #52C733. Grayscale: #6B6B6B. Windows color (decimal): -5424948 or 13383853. OLE color: 13383853.

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

Color convert

RGB 173 56 204 -
CMYK 0.15 0.73 0 0.2
HSL 287.43º 0.59% 0.51% -
HSV(B) 287.43º 0.73% 0.8% -
XYZ 29.55 16.07 58.67 -
YUV 107.86 182.26 174.47 -
System Red Green Blue C M Y K H S L
Decimal 173 56 204 0.15 0.73 0 0.2 287.43 0.59 0.51
Hex AD 38 CC F 49 0 14 11F 3B 33
Octal 255 70 314 17 111 0 24 437 73 63
Binary 10101101 111000 11001100 1111 1001001 0 10100 100011111 111011 110011

Color Harmonies of #AD38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD38CC

Black with #AD38CC

Text Example


Text Example

White with #AD38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD38CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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