Html Css Color HEX #A23DCB Dark Orchid

📋 copy color: '#A23DCB'

red 162 ◦ green 61 ◦ blue 203

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

Shades of Dark Orchid #A23DCB

Tints of Dark Orchid #A23DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.32%

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

R = 38.03%
G = 14.32%
B = 47.65%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A23DCB (or 0xA23DCB) is known color: Dark Orchid. HEX triplet: A2, 3D and CB. RGB value is (162,61,203). Sum of RGB (Red+Green+Blue) = 162+61+203=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #A23DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCB is #5DC234. Grayscale: #6A6A6A. Windows color (decimal): -6144565 or 13319586. OLE color: 13319586.

HSL color Cylindrical-coordinate representation of color #A23DCB: hue angle of 282.68º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23DCB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 61 203 -
CMYK 0.20 0.70 0 0.20
HSL 282.68º 0.58% 0.52% -
HSV(B) 282.68º 0.7% 0.8% -
XYZ 27.35 15.33 58.02 -
YUV 107.39 181.96 166.95 -
System Red Green Blue C M Y K H S L
Decimal 162 61 203 0.20 0.70 0 0.20 282.68 0.58 0.52
Hex A2 3D CB 14 46 0 14 11B 3A 34
Octal 242 75 313 24 106 0 24 433 72 64
Binary 10100010 111101 11001011 10100 1000110 0 10100 100011011 111010 110100

Color Harmonies of #A23DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DCB

Black with #A23DCB

Text Example


Text Example

White with #A23DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DCB; }

 p { color: rgb(162,61,203); }

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

background-color css

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

 a { background-color: rgb(162,61,203); }

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

border-color css

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

 span { border-color: rgb(162,61,203); }

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