Html Css Color HEX #AF3CDC Dark Orchid

📋 copy color: '#AF3CDC'

red 175 ◦ green 60 ◦ blue 220

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

Shades of Dark Orchid #AF3CDC

Tints of Dark Orchid #AF3CDC

RGB

 RED value IS 175 (68.75% from 255) = 38.46%

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 38.46%
G = 13.19%
B = 48.35%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF3CDC (or 0xAF3CDC) is known color: Dark Orchid. HEX triplet: AF, 3C and DC. RGB value is (175,60,220). Sum of RGB (Red+Green+Blue) = 175+60+220=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF3CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3CDC is #50C323. Grayscale: #707070. Windows color (decimal): -5292836 or 14433455. OLE color: 14433455.

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

Color convert

RGB 175 60 220 -
CMYK 0.20 0.73 0 0.14
HSL 283.13º 0.7% 0.55% -
HSV(B) 283.13º 0.73% 0.86% -
XYZ 32.21 17.51 69.39 -
YUV 112.63 188.6 172.49 -
System Red Green Blue C M Y K H S L
Decimal 175 60 220 0.20 0.73 0 0.14 283.13 0.7 0.55
Hex AF 3C DC 14 49 0 E 11B 46 37
Octal 257 74 334 24 111 0 16 433 106 67
Binary 10101111 111100 11011100 10100 1001001 0 1110 100011011 1000110 110111

Color Harmonies of #AF3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CDC

Black with #AF3CDC

Text Example


Text Example

White with #AF3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CDC; }

 p { color: rgb(175,60,220); }

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

background-color css

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

 a { background-color: rgb(175,60,220); }

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

border-color css

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

 span { border-color: rgb(175,60,220); }

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