Html Css Color HEX #A23CD7 Dark Orchid

📋 copy color: '#A23CD7'

red 162 ◦ green 60 ◦ blue 215

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

Shades of Dark Orchid #A23CD7

Tints of Dark Orchid #A23CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.2%

R = 37.07%
G = 13.73%
B = 49.2%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A23CD7 (or 0xA23CD7) is known color: Dark Orchid. HEX triplet: A2, 3C and D7. RGB value is (162,60,215). Sum of RGB (Red+Green+Blue) = 162+60+215=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #A23CD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CD7 is #5DC328. Grayscale: #6B6B6B. Windows color (decimal): -6144809 or 14105762. OLE color: 14105762.

HSL color Cylindrical-coordinate representation of color #A23CD7: hue angle of 279.48º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A23CD7 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 60 215 -
CMYK 0.25 0.72 0 0.16
HSL 279.48º 0.66% 0.54% -
HSV(B) 279.48º 0.72% 0.84% -
XYZ 28.78 15.82 65.83 -
YUV 108.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 162 60 215 0.25 0.72 0 0.16 279.48 0.66 0.54
Hex A2 3C D7 19 48 0 10 117 42 36
Octal 242 74 327 31 110 0 20 427 102 66
Binary 10100010 111100 11010111 11001 1001000 0 10000 100010111 1000010 110110

Color Harmonies of #A23CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CD7

Black with #A23CD7

Text Example


Text Example

White with #A23CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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