Html Css Color HEX #A23FCD Dark Orchid

📋 copy color: '#A23FCD'

red 162 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #A23FCD

Tints of Dark Orchid #A23FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14.65%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 37.67%
G = 14.65%
B = 47.67%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A23FCD (or 0xA23FCD) is known color: Dark Orchid. HEX triplet: A2, 3F and CD. RGB value is (162,63,205). Sum of RGB (Red+Green+Blue) = 162+63+205=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 63 (25% from 255 or 14.65% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A23FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23FCD is #5DC032. Grayscale: #6C6C6C. Windows color (decimal): -6144051 or 13451170. OLE color: 13451170.

HSL color Cylindrical-coordinate representation of color #A23FCD: hue angle of 281.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23FCD is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 63 205 -
CMYK 0.21 0.69 0 0.20
HSL 281.83º 0.59% 0.53% -
HSV(B) 281.83º 0.69% 0.8% -
XYZ 27.7 15.64 59.32 -
YUV 108.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 162 63 205 0.21 0.69 0 0.20 281.83 0.59 0.53
Hex A2 3F CD 15 45 0 14 11A 3B 35
Octal 242 77 315 25 105 0 24 432 73 65
Binary 10100010 111111 11001101 10101 1000101 0 10100 100011010 111011 110101

Color Harmonies of #A23FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23FCD

Black with #A23FCD

Text Example


Text Example

White with #A23FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23FCD; }

 p { color: rgb(162,63,205); }

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

background-color css

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

 a { background-color: rgb(162,63,205); }

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

border-color css

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

 span { border-color: rgb(162,63,205); }

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