Html Css Color HEX #A33FCD Dark Orchid

📋 copy color: '#A33FCD'

red 163 ◦ green 63 ◦ blue 205

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

Shades of Dark Orchid #A33FCD

Tints of Dark Orchid #A33FCD

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

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

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

R = 37.82%
G = 14.62%
B = 47.56%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A33FCD (or 0xA33FCD) is known color: Dark Orchid. HEX triplet: A3, 3F and CD. RGB value is (163,63,205). Sum of RGB (Red+Green+Blue) = 163+63+205=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A33FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33FCD is #5CC032. Grayscale: #6C6C6C. Windows color (decimal): -6078515 or 13451171. OLE color: 13451171.

HSL color Cylindrical-coordinate representation of color #A33FCD: hue angle of 282.25º 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 #A33FCD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 63 205 -
CMYK 0.20 0.69 0 0.20
HSL 282.25º 0.59% 0.53% -
HSV(B) 282.25º 0.69% 0.8% -
XYZ 27.9 15.75 59.33 -
YUV 109.09 182.13 166.45 -
System Red Green Blue C M Y K H S L
Decimal 163 63 205 0.20 0.69 0 0.20 282.25 0.59 0.53
Hex A3 3F CD 14 45 0 14 11A 3B 35
Octal 243 77 315 24 105 0 24 432 73 65
Binary 10100011 111111 11001101 10100 1000101 0 10100 100011010 111011 110101

Color Harmonies of #A33FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33FCD

Black with #A33FCD

Text Example


Text Example

White with #A33FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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