Html Css Color HEX #A23CDD Dark Orchid

📋 copy color: '#A23CDD'

red 162 ◦ green 60 ◦ blue 221

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

Shades of Dark Orchid #A23CDD

Tints of Dark Orchid #A23CDD

RGB

 RED value IS 162 (63.67% from 255) = 36.57%

 GREEN value IS 60 (23.83% from 255) = 13.54%

 BLUE value IS 221 (86.72% from 255) = 49.89%

R = 36.57%
G = 13.54%
B = 49.89%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A23CDD (or 0xA23CDD) is known color: Dark Orchid. HEX triplet: A2, 3C and DD. RGB value is (162,60,221). Sum of RGB (Red+Green+Blue) = 162+60+221=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #A23CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CDD is #5DC322. Grayscale: #6C6C6C. Windows color (decimal): -6144803 or 14498978. OLE color: 14498978.

HSL color Cylindrical-coordinate representation of color #A23CDD: hue angle of 278.01º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A23CDD is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 60 221 -
CMYK 0.27 0.73 0 0.13
HSL 278.01º 0.7% 0.55% -
HSV(B) 278.01º 0.73% 0.87% -
XYZ 29.57 16.13 69.96 -
YUV 108.85 191.29 165.91 -
System Red Green Blue C M Y K H S L
Decimal 162 60 221 0.27 0.73 0 0.13 278.01 0.7 0.55
Hex A2 3C DD 1B 49 0 D 116 46 37
Octal 242 74 335 33 111 0 15 426 106 67
Binary 10100010 111100 11011101 11011 1001001 0 1101 100010110 1000110 110111

Color Harmonies of #A23CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CDD

Black with #A23CDD

Text Example


Text Example

White with #A23CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CDD; }

 p { color: rgb(162,60,221); }

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

background-color css

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

 a { background-color: rgb(162,60,221); }

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

border-color css

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

 span { border-color: rgb(162,60,221); }

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